[111018] trunk/dports/lang/gcl/Portfile
larryv at macports.org
larryv at macports.org
Fri Sep 13 12:08:50 PDT 2013
Revision: 111018
https://trac.macports.org/changeset/111018
Author: larryv at macports.org
Date: 2013-09-13 12:08:50 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
gcl: Realign configure.args. Switch --enable-notify=no to --disable-notify.
Modified Paths:
--------------
trunk/dports/lang/gcl/Portfile
Modified: trunk/dports/lang/gcl/Portfile
===================================================================
--- trunk/dports/lang/gcl/Portfile 2013-09-13 19:08:03 UTC (rev 111017)
+++ trunk/dports/lang/gcl/Portfile 2013-09-13 19:08:50 UTC (rev 111018)
@@ -37,19 +37,19 @@
reinplace "s|/usr/share|${prefix}/share|g" configure
}
-configure.args --disable-locbfd \
- --disable-statsysbfd \
- --enable-ansi \
- --enable-custreloc \
- --enable-emacsdir=${prefix}/share/emacs/site-lisp/gcl \
- --enable-infodir=${prefix}/share/info \
- --enable-machine=powerpc-macosx \
- --enable-notify=no \
- --enable-readline \
- --infodir=${prefix}/share/info \
- --mandir=${prefix}/share/man \
- --prefix=${prefix} \
- --without-x
+configure.args --disable-locbfd \
+ --disable-notify \
+ --disable-statsysbfd \
+ --enable-ansi \
+ --enable-custreloc \
+ --enable-emacsdir=${prefix}/share/emacs/site-lisp/gcl \
+ --enable-infodir=${prefix}/share/info \
+ --enable-machine=powerpc-macosx \
+ --enable-readline \
+ --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man \
+ --prefix=${prefix} \
+ --without-x
if {${build_arch} eq {x86_64} && ${os.platform} eq {darwin}} {
set target ${build_arch}-apple-${os.platform}${os.version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/7cf7a86a/attachment.html>
More information about the macports-changes
mailing list