diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
commit | 3ce0f2180809f6e79ba77264143a3d1b824a8d54 (patch) | |
tree | 20e1ada1d8086dd795eda0a0236243d21c6aaeba /devel/glib12/files/patch-glib.pc.in | |
parent | - Chase the recent sweep of port revision bumps (diff) |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Diffstat (limited to 'devel/glib12/files/patch-glib.pc.in')
-rw-r--r-- | devel/glib12/files/patch-glib.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/glib12/files/patch-glib.pc.in b/devel/glib12/files/patch-glib.pc.in deleted file mode 100644 index 0e38edab69c5..000000000000 --- a/devel/glib12/files/patch-glib.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib.pc.in.orig Wed Nov 29 20:15:33 2000 -+++ glib.pc.in Fri Jun 14 00:07:23 2002 -@@ -6,6 +6,6 @@ - Name: GLib - Description: C Utility Library - Version: @VERSION@ --Libs: -L${libdir} -lglib --Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include -+Libs: -L${libdir} -lglib-12 -+Cflags: -I${includedir} - |