aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx-devel/files/patch-source-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bitchx-devel/files/patch-source-Makefile.in')
-rw-r--r--irc/bitchx-devel/files/patch-source-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/bitchx-devel/files/patch-source-Makefile.in b/irc/bitchx-devel/files/patch-source-Makefile.in
new file mode 100644
index 000000000000..1de368fa30af
--- /dev/null
+++ b/irc/bitchx-devel/files/patch-source-Makefile.in
@@ -0,0 +1,19 @@
+--- source/Makefile.in.orig Fri Apr 11 03:09:07 2003
++++ source/Makefile.in Tue Mar 30 14:44:20 2004
+@@ -37,7 +37,7 @@
+ IRCLIB = @IRCLIB@
+
+ CC = @CC@
+-DEFS = @INCLUDES@
++DEFS = @INCLUDES@ @CPPFLAGS@
+ LIBS = @LIBS@
+
+ # Tcl library.
+@@ -51,6 +51,7 @@
+ # Set this to -g if you want to be able to debug the client, otherwise
+ # use -O to have the compiler do some optimization instead.
+ CFLAGS = @CFLAGS@
++CPPFLAGS= @CPPFLAGS@
+
+ # Set this to -s if you want the binary to be stripped.
+ LDFLAGS = @LDFLAGS@