[27745] trunk/dports/textproc/aspell/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 08:46:41 PDT 2007


Revision: 27745
          http://trac.macosforge.org/projects/macports/changeset/27745
Author:   yves at macports.org
Date:     2007-08-13 08:46:40 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
Make the disable-nls option for macosx only

Modified Paths:
--------------
    trunk/dports/textproc/aspell/Portfile

Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2007-08-13 15:37:34 UTC (rev 27744)
+++ trunk/dports/textproc/aspell/Portfile	2007-08-13 15:46:40 UTC (rev 27745)
@@ -23,10 +23,18 @@
 
 configure.env	LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \
 		CFLAGS="-I${prefix}/include"
-configure.args	--disable-nls --enable-dict-dir="${prefix}/share/aspell" \
+configure.args	--enable-dict-dir="${prefix}/share/aspell" \
 		--enable-compile-in-filters --infodir=${prefix}/share/info
 
 post-destroot {
 	file delete -force ${destroot}${prefix}/share/info/dir
 }
 post-install	{ ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }
+
+# gnustep-gui uses aspell and will not work if aspell is linked to gettext
+# because gettext is linked to CoreFoundation which is itself linked to the Apple objc runtime
+# (All we are saying, is give GNUstep a chance)
+platform macosx {
+    configure.args-append --disable-nls
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/7f229fd5/attachment.html


More information about the macports-changes mailing list