diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-12 18:10:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-12 18:10:27 +0000 |
commit | cbd73f121a9ff363ee13f22a36ce4101e4253f0e (patch) | |
tree | 0e9cc5e94109a8048086a032d94f95653275c4a8 /net/xicq/files | |
parent | - add USE_GCC=2.95 and unbreak this port (diff) |
- add USE_GCC=2.95, update related patch, and unbreak this port
- replace pkg-plist with PLIST_FILES and PLIST_DIRS
- cosmetic fix which makes portlint happier
PR: 71825
Submitted by: leeym
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=119076
Diffstat (limited to 'net/xicq/files')
-rw-r--r-- | net/xicq/files/patch-aa | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/net/xicq/files/patch-aa b/net/xicq/files/patch-aa index 8c410b175c5d..d74cae9a550b 100644 --- a/net/xicq/files/patch-aa +++ b/net/xicq/files/patch-aa @@ -1,22 +1,8 @@ -diff -urN src.orig/libXicq/Makefile src/libXicq/Makefile ---- src.orig/libXicq/Makefile Tue Dec 15 19:13:57 1998 -+++ src/libXicq/Makefile Tue Dec 15 19:14:51 1998 +--- src/xicq/Makefile.orig Tue Jul 7 00:58:53 1998 ++++ src/xicq/Makefile Sat Sep 18 02:00:14 2004 @@ -1,8 +1,8 @@ - CC = g++ - SHELL = /bin/sh - INCLUDE = -I. --CFLAGS = -g -Wall $(INCLUDE) --CXXFLAGS= -g -Wall $(INCLUDE) -+CFLAGS = $(OPT) -g -Wall $(INCLUDE) -+CXXFLAGS= $(OPT) -g -Wall $(INCLUDE) - - OBJECTS = libXicq.o net.o misc.o parse.o packets.o ui2lib.o contact.o - -diff -urN src.orig/xicq/Makefile src/xicq/Makefile ---- src.orig/xicq/Makefile Tue Dec 15 19:13:59 1998 -+++ src/xicq/Makefile Tue Dec 15 19:15:08 1998 -@@ -1,8 +1,8 @@ - CC = g++ +-CC = g++ ++CC = $(CXX) SHELL = /bin/sh INCLUDE = -I. -I../libXicq -CXXFLAGS= -g -Wall $(INCLUDE) |