aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glib12/files/patch-gthread.pc.in
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-13 23:11:27 +0800
committertijl <tijl@FreeBSD.org>2014-09-13 23:11:27 +0800
commit2c7a212b0850c2071e5f660fda2ecb995131ff43 (patch)
tree20e1ada1d8086dd795eda0a0236243d21c6aaeba /devel/glib12/files/patch-gthread.pc.in
parent94f0dd10e249d803f7a63a254cefbae635e6e4ff (diff)
downloadfreebsd-ports-gnome-2c7a212b0850c2071e5f660fda2ecb995131ff43.tar.gz
freebsd-ports-gnome-2c7a212b0850c2071e5f660fda2ecb995131ff43.tar.zst
freebsd-ports-gnome-2c7a212b0850c2071e5f660fda2ecb995131ff43.zip
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-gthread.pc.in')
-rw-r--r--devel/glib12/files/patch-gthread.pc.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/glib12/files/patch-gthread.pc.in b/devel/glib12/files/patch-gthread.pc.in
deleted file mode 100644
index 4086046cc5c2..000000000000
--- a/devel/glib12/files/patch-gthread.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- gthread.pc.in.orig Wed Aug 20 22:07:53 2003
-+++ gthread.pc.in Wed Aug 20 22:08:33 2003
-@@ -7,5 +7,5 @@
- Description: Thread support for GLib
- Requires: glib
- Version: @VERSION@
--Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
-+Libs: -L${libdir} -lgthread-12 @G_THREAD_LIBS@
- Cflags: @G_THREAD_CFLAGS@