1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/irc/trickyirc/files/patch-aa
Chris Piazza 099ee3254d Import of trickyirc
TrickyIRC combines the functionality of screen and BNC, that is, it
allows you to detach and reattach from an IRC session without actually
disconnecting from the server.

PR:	12313
Submitted by:	Adam 'Troll' Strohl <troll@digitalspark.net>
1999-06-21 01:19:38 +00:00

16 lines
413 B
Plaintext

--- core/make/platforms.mk.orig Thu May 27 01:59:29 1999
+++ core/make/platforms.mk Sun Jun 20 17:15:46 1999
@@ -2,10 +2,10 @@
#
ifeq (${OS},UNIX)
- CC= gcc
+ CC?= gcc
MAKE= gmake
SHOWOFFCC_OPTS= -Wall -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return
- OPTCC_OPTS= -O
+ OPTCC_OPTS= ${CFLAGS}
BASECC_OPTS= -c -x ${LANG} -ggdb -DUNIX
BASELINK_OPTS= ${LIBRARYPATH} -ggdb
MAKE_OPTS=