summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-09 23:53:26 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-09 23:53:26 +0000
commit699085b0b787e6041e668e6b065b67e544ac99f3 (patch)
tree4294b157d4ffa787b327412c22bf23e9b14faa1c /net
parentUpdate to version 3.15. (diff)
This patch is no longer needed -- wxgtk ports now use standard naming
scheme for libraries.
Notes
Notes: svn path=/head/; revision=93603
Diffstat (limited to 'net')
-rw-r--r--net/xmule/files/patch-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/xmule/files/patch-configure b/net/xmule/files/patch-configure
deleted file mode 100644
index b551df289f4f..000000000000
--- a/net/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