summaryrefslogtreecommitdiff
path: root/mail/faces/files/patch-ba
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-10 23:47:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-10 23:47:51 +0000
commit5355ad5030174b87963e4dba83bc903506df2b17 (patch)
treee714383d9565650fd7f490eb581580be65961649 /mail/faces/files/patch-ba
parentFix and sort plist, and make this port respect CXX and CFLAGS (diff)
Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fix
plist.
Notes
Notes: svn path=/head/; revision=39474
Diffstat (limited to 'mail/faces/files/patch-ba')
-rw-r--r--mail/faces/files/patch-ba15
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/faces/files/patch-ba b/mail/faces/files/patch-ba
index b1a4b5649f89..0826f0ff4694 100644
--- a/mail/faces/files/patch-ba
+++ b/mail/faces/files/patch-ba
@@ -1,6 +1,6 @@
---- compface/Makefile.orig Wed Oct 23 21:28:06 1991
-+++ compface/Makefile Fri Sep 18 19:17:01 1998
-@@ -19,62 +19,70 @@
+--- compface/Makefile.orig Wed Oct 23 19:28:06 1991
++++ compface/Makefile Sat Mar 10 15:38:13 2001
+@@ -19,62 +19,69 @@
#
#SYSV = -DSYSV32
#--------------------------------------------------------------------------
@@ -39,11 +39,12 @@
HDRS = compface.h data.h
OTHERS = README $(NAME).1 $(NAME).3 Makefile
- CC = cc
+-CC = cc
++CC ?= cc
CDEFS = $(SYSV)
-CCOMP = -g
-+CCOMP = -pipe -O2
- CFLAGS = $(CDEFS) $(CCOMP)
+-CFLAGS = $(CDEFS) $(CCOMP)
++CFLAGS += $(CDEFS) $(CCOMP)
-all: $(NAME) $(UNNAME)
+all: lib$(NAME).a $(SOLIB) $(NAME) $(UNNAME)
@@ -95,7 +96,7 @@
shar :
shar.script $(OTHERS) $(HDRS) $(SOURCES) > $(NAME).sh
-@@ -88,3 +96,5 @@
+@@ -88,3 +95,5 @@
gen.o: gen.c compface.h data.h
uncmain.o: uncmain.c compface.h data.h
uncompface.o: uncompface.c compface.h data.h