ports/x11-toolkits/gtk20/files/patch-gdk-2.0.pc.in
Jeremy Messenger 814b79b62b Remove the ${libdir}/gtk-2.0/include from its gdk-2.0.pc because the directory
does not exist, since we have moved it to ${includedir}/gtk-2.0. Bump the
PORTREVISION because it sometimes caused GCC crash. It's fixed in newer GCC,
but the fix is part of GPL3 that can't be merged into base system's GCC.

PR:		ports/168004
Submitted by:	Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
2012-05-20 16:34:08 +00:00

8 lines
376 B
PkgConfig

--- gdk-2.0.pc.in.ORG 2012-05-17 13:07:34.000000000 +0900
+++ gdk-2.0.pc.in 2012-05-17 13:08:59.000000000 +0900
@@ -9,4 +9,4 @@
Version: @VERSION@
Requires: @GDK_PACKAGES@
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
-Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@
+Cflags: -I${includedir}/gtk-2.0 @GDK_EXTRA_CFLAGS@