summaryrefslogtreecommitdiff
path: root/irc/bobot++/files/patch-configure
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 03:58:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 03:58:31 +0000
commit7b6353c912b6f548ee3f9bb45e7aff9089a1e8a8 (patch)
treed5128e14e8d066d3f1f83bcb958951c24ef7ed7e /irc/bobot++/files/patch-configure
parentNew port freenet version 0.5.2.r1: peer-to-peer network aiming at (diff)
upgrade to 1.99.2
Notes
Notes: svn path=/head/; revision=79985
Diffstat (limited to 'irc/bobot++/files/patch-configure')
-rw-r--r--irc/bobot++/files/patch-configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/bobot++/files/patch-configure b/irc/bobot++/files/patch-configure
deleted file mode 100644
index 7c736fac64c7..000000000000
--- a/irc/bobot++/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Fri Sep 7 21:52:05 2001
-+++ configure Fri Sep 7 21:53:18 2001
-@@ -545,8 +545,8 @@
- enableval="$enable_script"
-
- if test $enableval = "yes"; then
-- GUILE_DEFINES="-DUSESCRIPTS -DMULTITHREAD"
-- GUILE_LIBS="-lguile"
-+ GUILE_DEFINES="-DUSESCRIPTS -DMULTITHREAD `%%GUILE_CONFIG%% compile` %%PTHREAD_CFLAGS%%"
-+ GUILE_LIBS="-lguile `%%GUILE_CONFIG%% link` %%PTHREAD_LIBS%%"
- GUILE_SOURCES="BotInterp.C Interp.C ScriptCommands.C"
- GUILE_INCLUDES="BotInterp.H Interp.H ScriptCommands.H"
- fi