1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/lang/ptoc/files/patch-ab
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

18 lines
344 B
Plaintext

--- Xbgi/makefile Thu Jun 26 14:43:30 1997
+++ /home/andy/tmp/wrk/Xbgi/makefile Mon Dec 8 17:01:03 1997
@@ -44,12 +44,12 @@
LIB = ../libXbgi.a
CC = gcc
-CCFLAGS = -O2 -g
+CFLAGS+= -I/usr/X11R6/include
AR = ar
ARFLAGS = rc
.c.o:
- $(CC) $(CCFLAGS) -c $<
+ $(CC) $(CFLAGS) -c $<
../libXbgi.a: $(OBJ)
$(AR) $(ARFLAGS) $(LIB) $(OBJ)