ports/irc/bitchx-devel/files/patch-source-Makefile.in
Wesley Shields 916e01dcd8 Copy irc/bitchx to irc/bitchx-devel and attach to the build.
Revert irc/bitchx back to 1.1.0.1.
Set LATEST_LINK for irc/bitchx-devel appropriately.

PR:		ports/172294, ports/172295
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:	yes
2012-11-19 04:01:48 +00:00

19 lines
505 B
Text

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