[85878] trunk/dports/x11/gfontsampler

jmr at macports.org jmr at macports.org
Sun Oct 16 22:22:46 PDT 2011


Revision: 85878
          http://trac.macports.org/changeset/85878
Author:   jmr at macports.org
Date:     2011-10-16 22:22:43 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
gfontsampler: link against libpangoxft-1.0 (#28669)

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

Added Paths:
-----------
    trunk/dports/x11/gfontsampler/files/
    trunk/dports/x11/gfontsampler/files/src_Makefile.in.patch

Modified: trunk/dports/x11/gfontsampler/Portfile
===================================================================
--- trunk/dports/x11/gfontsampler/Portfile	2011-10-17 05:11:16 UTC (rev 85877)
+++ trunk/dports/x11/gfontsampler/Portfile	2011-10-17 05:22:43 UTC (rev 85878)
@@ -15,3 +15,5 @@
 depends_build	port:pkgconfig
 depends_lib	lib:libgnomeui-2:libgnomeui
 configure.args	--mandir=${prefix}/share/man
+
+patchfiles	src_Makefile.in.patch

Added: trunk/dports/x11/gfontsampler/files/src_Makefile.in.patch
===================================================================
--- trunk/dports/x11/gfontsampler/files/src_Makefile.in.patch	                        (rev 0)
+++ trunk/dports/x11/gfontsampler/files/src_Makefile.in.patch	2011-10-17 05:22:43 UTC (rev 85878)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2005-01-21 14:51:19.000000000 +1100
++++ src/Makefile.in	2011-10-17 16:18:40.000000000 +1100
+@@ -174,7 +174,7 @@
+ gfontsampler_LDFLAGS = 
+ 
+ gfontsampler_LDADD = \
+-	$(GNOME_LIBS)
++	$(GNOME_LIBS) -lpangoxft-1.0
+ 
+ subdir = src
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/1f6429b8/attachment-0001.html>


More information about the macports-changes mailing list