mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
eab25aec93
PR: ports/59813 Submitted by: Meyer Wolfsheim
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
--- pcre-2.08/Makefile.orig Fri Aug 30 09:36:52 2002
|
|
+++ pcre-2.08/Makefile Fri Aug 30 09:37:14 2002
|
|
@@ -51,8 +51,8 @@
|
|
# into errlist.
|
|
|
|
AR = ar cq
|
|
-CC = gcc -O2 -Wall
|
|
-CFLAGS =
|
|
+#CC = gcc -O2 -Wall
|
|
+CFLAGS += -Wall
|
|
RANLIB = @true
|
|
|
|
# If you are going to obey "make install", edit these settings for your
|