diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-30 13:48:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-30 13:48:02 +0000 |
commit | d2a288a8938d9a354d35ebc5bb87f51796ca1c18 (patch) | |
tree | b4fedfbc4eb5f54463cd2517d2cbe8cad227342e | |
parent | 460dd071d43f40bea2c08c4c4f210551f013e0e1 (diff) | |
download | ports-d2a288a8938d9a354d35ebc5bb87f51796ca1c18.tar.gz ports-d2a288a8938d9a354d35ebc5bb87f51796ca1c18.zip |
Notes
-rw-r--r-- | irc/bitchx/files/patch-source-Makefile.in | 19 | ||||
-rw-r--r-- | irc/bitchx/pkg-plist | 1 |
2 files changed, 19 insertions, 1 deletions
diff --git a/irc/bitchx/files/patch-source-Makefile.in b/irc/bitchx/files/patch-source-Makefile.in new file mode 100644 index 000000000000..1de368fa30af --- /dev/null +++ b/irc/bitchx/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@ diff --git a/irc/bitchx/pkg-plist b/irc/bitchx/pkg-plist index d24b0023a536..16e1248325e3 100644 --- a/irc/bitchx/pkg-plist +++ b/irc/bitchx/pkg-plist @@ -939,7 +939,6 @@ share/bx/BitchX.kick share/bx/script/SCRIPTS share/bx/script/actplug.gmz share/bx/script/bxglobal -share/bx/script/bxglobal.old share/bx/script/bxtcl.tcl share/bx/script/cyp1.0k.tar.gz share/bx/script/dcc_fserve-0.50.tgz |