[46268] trunk/dports/x11/lesstif/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 1 14:05:27 PST 2009


Revision: 46268
          http://trac.macports.org/changeset/46268
Author:   jeremyhu at macports.org
Date:     2009-02-01 14:05:27 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
lesstif: Fix building using newew versions of libtool.  Closes #18287

Modified Paths:
--------------
    trunk/dports/x11/lesstif/Portfile

Modified: trunk/dports/x11/lesstif/Portfile
===================================================================
--- trunk/dports/x11/lesstif/Portfile	2009-02-01 22:05:15 UTC (rev 46267)
+++ trunk/dports/x11/lesstif/Portfile	2009-02-01 22:05:27 UTC (rev 46268)
@@ -37,6 +37,10 @@
 
 post-patch {
 	system "touch ${worksrcpath}/test/{NEWS,README,AUTHORS,ChangeLog,COPYING}"
+
+	# See #18287
+	reinplace "s:LT_HAVE_FREETYPE:FINDXFT_HAVE_FREETYPE:g" ${worksrcpath}/acinclude.m4
+	reinplace "s:LT_HAVE_XRENDER:FINDXFT_HAVE_XRENDER:g" ${worksrcpath}/acinclude.m4
 }
 
 use_autoreconf yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/984ce9e1/attachment.html>


More information about the macports-changes mailing list