aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-11-10 07:53:26 +0800
committerfjoe <fjoe@FreeBSD.org>2003-11-10 07:53:26 +0800
commit2c6ec9cbd424f8fc447d1c30780f570de255a52c (patch)
treebd50345d6ab82edc4533919f30ca3a04e52d1c5c /net-p2p
parent528b6cd6fa444cb17951c0f1ebd3eb19f25567c8 (diff)
downloadfreebsd-ports-gnome-2c6ec9cbd424f8fc447d1c30780f570de255a52c.tar.gz
freebsd-ports-gnome-2c6ec9cbd424f8fc447d1c30780f570de255a52c.tar.zst
freebsd-ports-gnome-2c6ec9cbd424f8fc447d1c30780f570de255a52c.zip
This patch is no longer needed -- wxgtk ports now use standard naming
scheme for libraries.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/xmule/files/patch-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/xmule/files/patch-configure b/net-p2p/xmule/files/patch-configure
deleted file mode 100644
index b551df289f4f..000000000000
--- a/net-p2p/xmule/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig Tue Sep 9 00:47:46 2003
-+++ configure Tue Sep 9 00:46:14 2003
-@@ -7540,7 +7540,8 @@
-
- echo "$as_me:$LINENO: checking if wxWindows was linked with GTK2" >&5
- echo $ECHO_N "checking if wxWindows was linked with GTK2... $ECHO_C" >&6
-- if $WX_CONFIG_NAME --cppflags | grep -q 'gtk2' ; then
-+#if $WX_CONFIG_NAME --cppflags | grep -q 'gtk2' ; then
-+ if $WX_CONFIG_NAME --static --libs | grep -q 'glib-2' ; then
- GTK_USEDVERSION=2
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6