[85599] trunk/dports/devel/nettle/files/patch-configure.diff

ryandesign at macports.org ryandesign at macports.org
Fri Oct 14 18:08:19 PDT 2011


Revision: 85599
          http://trac.macports.org/changeset/85599
Author:   ryandesign at macports.org
Date:     2011-10-14 18:08:18 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
nettle: move -L. before $(LDFLAGS) (which will contain -L${prefix}/lib) so future updates when the new and old libraries are incompatible don't go awry

Modified Paths:
--------------
    trunk/dports/devel/nettle/files/patch-configure.diff

Modified: trunk/dports/devel/nettle/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/nettle/files/patch-configure.diff	2011-10-15 00:59:18 UTC (rev 85598)
+++ trunk/dports/devel/nettle/files/patch-configure.diff	2011-10-15 01:08:18 UTC (rev 85599)
@@ -30,7 +30,7 @@
 -    LIBHOGWEED_LIBS=''
 +    LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib'
 +    LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib'
-+    LIBHOGWEED_LINK='$(CC) -dynamiclib $(LDFLAGS) -L. -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
++    LIBHOGWEED_LINK='$(CC) -dynamiclib -L. $(LDFLAGS) -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
 +    LIBHOGWEED_LIBS='$(LIBS) -lnettle -gmp'
      ;;
    solaris*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/8d161a73/attachment.html>


More information about the macports-changes mailing list