1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 11:29:15 -04:00
ports/irc/bobot++/files/patch-configure
Ying-Chieh Liao 761540f47a add bobot++
An IRC bot written in C++
2001-09-07 14:22:36 +00:00

13 lines
533 B
Text

--- 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