mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
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
19 lines
505 B
Text
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@
|