]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-ao
I've managed to build it!
[pkgsrc-firefox3.git] / patches / patch-ao
1 $NetBSD$
2
3 --- security/coreconf/Darwin.mk.orig    2007-12-22 03:57:57.000000000 +0900
4 +++ security/coreconf/Darwin.mk
5 @@ -115,7 +115,7 @@ ARCH                = darwin
6  
7  DSO_CFLAGS     = -fPIC
8  # May override this with -bundle to create a loadable module.
9 -DSO_LDOPTS     = -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@) -headerpad_max_install_names
10 +DSO_LDOPTS     = -dynamiclib -compatibility_version 1 -current_version 1 -install_name $(PREFIX)/lib/$(MOZILLA_PKG_NAME)/$(notdir $@)
11  
12  MKSHLIB                = $(CC) $(DSO_LDOPTS) $(DARWIN_SDK_SHLIBFLAGS)
13  DLL_SUFFIX     = dylib