[97628] trunk/dports/lang/pfe/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Mon Sep 10 00:44:29 PDT 2012


Revision: 97628
          https://trac.macports.org/changeset/97628
Author:   ciserlohn at macports.org
Date:     2012-09-10 00:44:28 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
pfe: doesn't build with clang or llvm-gcc; use libtool from macports (fixes #36075)

Modified Paths:
--------------
    trunk/dports/lang/pfe/Portfile

Modified: trunk/dports/lang/pfe/Portfile
===================================================================
--- trunk/dports/lang/pfe/Portfile	2012-09-10 07:28:16 UTC (rev 97627)
+++ trunk/dports/lang/pfe/Portfile	2012-09-10 07:44:28 UTC (rev 97628)
@@ -4,6 +4,7 @@
 
 name		pfe
 version		0.33.71
+revision        1
 categories	lang
 license		LGPL-2
 maintainers	nomaintainer
@@ -20,6 +21,9 @@
 
 configure.args	--with-sbr-static --without-testmodule
 
+compiler.blacklist  clang llvm-gcc
+
+depends_build   port:libtool
 depends_lib	port:ncurses
 
 # configure: error: cannot determine a size for long
@@ -28,7 +32,7 @@
 post-configure {
 	global reldir
 	set reldir [string map {" " "_" "/" "_"} [exec uname -srm].d]
-	xinstall -m 755 /usr/bin/glibtool ${worksrcpath}/${reldir}/pfe/libtool
+	xinstall -m 755 ${prefix}/bin/glibtool ${worksrcpath}/${reldir}/pfe/libtool
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/9092e023/attachment-0001.html>


More information about the macports-changes mailing list