[33026] trunk/dports/net/nss

reiffert at macports.org reiffert at macports.org
Wed Jan 16 17:34:18 PST 2008


Revision: 33026
          http://trac.macosforge.org/projects/macports/changeset/33026
Author:   reiffert at macports.org
Date:     2008-01-16 17:34:17 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
Remove hardcoded directory

Modified Paths:
--------------
    trunk/dports/net/nss/Portfile
    trunk/dports/net/nss/files/patch-Darwin.mk.universal.diff

Modified: trunk/dports/net/nss/Portfile
===================================================================
--- trunk/dports/net/nss/Portfile	2008-01-17 01:29:03 UTC (rev 33025)
+++ trunk/dports/net/nss/Portfile	2008-01-17 01:34:17 UTC (rev 33026)
@@ -4,9 +4,9 @@
 
 name		nss
 version		3.11.7
-revision	1
+revision	2
 categories	net
-maintainers	rsync at reifferscheid.org
+maintainers	reiffert at macports.org
 description	Network Security Service libraries.
 depends_lib	port:nspr
 

Modified: trunk/dports/net/nss/files/patch-Darwin.mk.universal.diff
===================================================================
--- trunk/dports/net/nss/files/patch-Darwin.mk.universal.diff	2008-01-17 01:29:03 UTC (rev 33025)
+++ trunk/dports/net/nss/files/patch-Darwin.mk.universal.diff	2008-01-17 01:34:17 UTC (rev 33026)
@@ -32,7 +32,7 @@
  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	= -arch i386 -arch ppc -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@) -headerpad_max_install_names -L/Users/admin/pidgin-gtk/gtk/lib
++DSO_LDOPTS	= -arch i386 -arch ppc -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@) -headerpad_max_install_names -L at executable_path/
  
  MKSHLIB		= $(CC) $(DSO_LDOPTS) $(DARWIN_SDK_SHLIBFLAGS)
  DLL_SUFFIX	= dylib

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/83666928/attachment.html


More information about the macports-changes mailing list