[78559] trunk/dports/lang/4th/Portfile

jmr at macports.org jmr at macports.org
Thu May 12 00:52:15 PDT 2011


Revision: 78559
          http://trac.macports.org/changeset/78559
Author:   jmr at macports.org
Date:     2011-05-12 00:52:14 -0700 (Thu, 12 May 2011)
Log Message:
-----------
4th: avoid building against previously installed version (#24556)

Modified Paths:
--------------
    trunk/dports/lang/4th/Portfile

Modified: trunk/dports/lang/4th/Portfile
===================================================================
--- trunk/dports/lang/4th/Portfile	2011-05-12 06:31:28 UTC (rev 78558)
+++ trunk/dports/lang/4th/Portfile	2011-05-12 07:52:14 UTC (rev 78559)
@@ -27,6 +27,8 @@
 
 post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }
 
+configure.cppflags-delete -I${prefix}/include
+configure.ldflags-delete -L${prefix}/lib
 configure.env-append	PREFIX=${prefix}
 build.args		-f Makefile.OSX
 destroot.args		-f Makefile.OSX
@@ -43,4 +45,3 @@
 livecheck.type	regex
 livecheck.url	http://www.xs4all.nl/~thebeez/4tH/download.html
 livecheck.regex	4th-(\[a-z0-9\\.\]+)-unix.tar.gz
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110512/fe7be991/attachment.html>


More information about the macports-changes mailing list