[35902] trunk/dports/editors/abiword-x11/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Apr 9 09:36:16 PDT 2008


Revision: 35902
          http://trac.macosforge.org/projects/macports/changeset/35902
Author:   mcalhoun at macports.org
Date:     2008-04-09 09:36:15 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
abiword-x11: fix iconv problem on Leopard (fixes #13214).

Modified Paths:
--------------
    trunk/dports/editors/abiword-x11/Portfile

Modified: trunk/dports/editors/abiword-x11/Portfile
===================================================================
--- trunk/dports/editors/abiword-x11/Portfile	2008-04-09 16:32:46 UTC (rev 35901)
+++ trunk/dports/editors/abiword-x11/Portfile	2008-04-09 16:36:15 UTC (rev 35902)
@@ -44,3 +44,9 @@
 		port:gnome-platform-suite \
 		port:libgnomeprintui
 }
+
+platform darwin 9 {
+	post-patch {
+		reinplace "s|#define ICONV_CONST const|#define ICONV_CONST|g" ${worksrcpath}/src/af/util/xp/ut_iconv.cpp
+	}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/65ef48da/attachment-0001.html


More information about the macports-changes mailing list