1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/rxp/files/patch-aa
2002-06-29 05:35:23 +00:00

15 lines
319 B
Plaintext

--- Makefile.orig Fri Nov 23 22:27:59 2001
+++ Makefile Sat Jun 29 11:29:34 2002
@@ -3,9 +3,10 @@
CHAR_SIZE=16
DEBUG= -g
-CC= gcc
+CC?= gcc
GCCFLAGS= -Wall -ansi -pedantic
# HP-UX users may need to add -D_HPUX_SOURCE
+CFLAGS?= -O
CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
LDFLAGS= $(DEBUG)