diff options
Diffstat (limited to 'irc/bobot++/files/patch-configure')
-rw-r--r-- | irc/bobot++/files/patch-configure | 13 |
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 |