summaryrefslogtreecommitdiff
path: root/net-im/centericq/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-im/centericq/files/patch-ab
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net-im/centericq/files/patch-ab')
-rw-r--r--net-im/centericq/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/centericq/files/patch-ab b/net-im/centericq/files/patch-ab
deleted file mode 100644
index ab89c230f19f..000000000000
--- a/net-im/centericq/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Sat Dec 25 13:35:19 1999
-+++ Makefile Sat Dec 25 13:36:05 1999
-@@ -1,14 +1,14 @@
- # macros and variables
--CC = gcc
--CPP = g++
-+CC ?= gcc
-+CPP = ${CXX}
-
- PROG1 = center
--CFLAGS = #-g -Wall -DUNIX
-+CFLAGS += #-g -Wall -DUNIX
-
--INCLUDE = -I/usr/include -I../ktools/include
-+INCLUDE = -I../ktools/include
- KTLIBDIR = ../ktools
- LIB = $(KTLIBDIR)/libkonst.a
--LIBDIR = -L/usr/lib -L/usr/local/lib
-+LIBDIR = -L${LOCALBASE}/lib -L${PREFIX}/lib
- OBJS = centerICQ.o centerinfo.o phonebook.o icqlib.o center.o centersearch.o
-
- # targets