1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/lang/ptoc/files/patch-aa

23 lines
360 B
Plaintext
Raw Normal View History

--- makefile Tue Sep 2 08:49:02 1997
+++ /home/andy/tmp/wrk/makefile Wed Dec 10 11:26:08 1997
@@ -18,8 +18,8 @@
# Chose compiler You prefere.
#
-CC = gcc -O5 -g -Wall -c
-CFLAGS =
+CC = gcc
+CFLAGS+= -c
DEFINES =
INCLUDES = -I.
@@ -31,7 +31,7 @@
# Chose linker You prefere.
#
-LD = gcc -static
+LD = gcc
#LD = cxx -non_shared
LDFLAGS =