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
Thomas Gellekum e007443a4f Import of ptoc port. ptoc is another Pascal to C translator. It comes
with an X implementation of the BGI.

PR:		5270
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 10:51:23 +00:00

23 lines
360 B
Plaintext

--- 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 =