[41581] trunk/dports/devel/libidl/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Nov 6 05:40:02 PST 2008


Revision: 41581
          http://trac.macports.org/changeset/41581
Author:   mcalhoun at macports.org
Date:     2008-11-06 05:40:00 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
libidl: use system bison since MacPorts bison 2.4 (#41450) does not work

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

Modified: trunk/dports/devel/libidl/Portfile
===================================================================
--- trunk/dports/devel/libidl/Portfile	2008-11-06 11:45:22 UTC (rev 41580)
+++ trunk/dports/devel/libidl/Portfile	2008-11-06 13:40:00 UTC (rev 41581)
@@ -41,7 +41,7 @@
 
 configure.cflags-append -no-cpp-precomp
 
-configure.env   LEX=/usr/bin/flex
+configure.env   LEX=/usr/bin/flex YACC='/usr/bin/bison -y' HAVE_YACC=yes
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/3bbf5d63/attachment.html>


More information about the macports-changes mailing list