X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=patches%2Fpatch-ao;h=daef77bb4c3eac9429a4d846bbb64aacdf51e837;hb=f6b8856707050006a953c43db05a1a69f77325fd;hp=c97783677cd8acfa4673c2d9a001eb0e7ae75e13;hpb=b1989556265dbfb1fa7deda20bcccff4e419fc90;p=pkgsrc-firefox3.git diff --git a/patches/patch-ao b/patches/patch-ao index c977836..daef77b 100644 --- a/patches/patch-ao +++ b/patches/patch-ao @@ -1,13 +1,13 @@ $NetBSD$ ---- security/coreconf/Darwin.mk.orig 2009-02-03 23:53:52.000000000 +0900 +--- security/coreconf/Darwin.mk.orig 2007-12-22 03:57:57.000000000 +0900 +++ security/coreconf/Darwin.mk @@ -115,7 +115,7 @@ ARCH = darwin DSO_CFLAGS = -fPIC # May override this with -bundle to create a loadable module. -DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@) -headerpad_max_install_names -+DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name $(libdir)/$(MOZILLA_PKG_NAME)/$(notdir $@) ++DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name $(PREFIX)/lib/$(MOZILLA_PKG_NAME)/$(notdir $@) MKSHLIB = $(CC) $(DSO_LDOPTS) $(DARWIN_SDK_SHLIBFLAGS) DLL_SUFFIX = dylib