[93464] trunk/dports/devel/isl

mcalhoun at macports.org mcalhoun at macports.org
Wed May 23 06:11:55 PDT 2012


Revision: 93464
          https://trac.macports.org/changeset/93464
Author:   mcalhoun at macports.org
Date:     2012-05-23 06:11:55 -0700 (Wed, 23 May 2012)
Log Message:
-----------
isl: Remove another place where LDFLAGS are put in the .pc files.
     See #34489

Modified Paths:
--------------
    trunk/dports/devel/isl/Portfile

Added Paths:
-----------
    trunk/dports/devel/isl/files/patch-configure.diff

Modified: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile	2012-05-23 13:05:05 UTC (rev 93463)
+++ trunk/dports/devel/isl/Portfile	2012-05-23 13:11:55 UTC (rev 93464)
@@ -6,7 +6,7 @@
 
 name                isl
 version             0.07
-revision            0
+revision            1
 epoch               1
 categories          devel math
 
@@ -28,7 +28,8 @@
 use_bzip2           yes
 
 # See http://groups.google.com/group/isl-development/t/37ad876557e50f2c
-patchfiles          patch-ax_create_pkgconfig_info.m4.diff
+patchfiles          patch-ax_create_pkgconfig_info.m4.diff \
+                    patch-configure.diff
 
 checksums           rmd160  bded741256ad5510d43542775673e3b383c1e30e \
                     sha256  ddcf3fa454c98d0c657a4474c194ba07eb197b72f263a7307ebe719ee1aefd4e

Added: trunk/dports/devel/isl/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/isl/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/isl/files/patch-configure.diff	2012-05-23 13:11:55 UTC (rev 93464)
@@ -0,0 +1,11 @@
+--- configure.orig	2012-05-20 08:17:05.000000000 -0700
++++ configure	2012-05-20 08:17:22.000000000 -0700
+@@ -15793,7 +15793,7 @@
+ Description: @PACKAGE_DESCRIPTION@
+ Version: @PACKAGE_VERSION@
+ Requires: @PACKAGE_REQUIRES@
+-Libs: -L\${libdir} @LDFLAGS@ @LIBS@
++Libs: -L\${libdir} @LIBS@
+ Cflags: -I\${includedir} @CPPFLAGS@
+ AXEOF
+ fi # DONE generate $pkgconfig_generate.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/2e987be1/attachment.html>


More information about the macports-changes mailing list