mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
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>
8 lines
376 B
PkgConfig
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@
|