From e007443a4f0b804547b833899ff248f0caa49860 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 27 Mar 1998 10:51:23 +0000 Subject: 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 --- lang/ptoc/files/patch-ab | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lang/ptoc/files/patch-ab (limited to 'lang/ptoc/files/patch-ab') diff --git a/lang/ptoc/files/patch-ab b/lang/ptoc/files/patch-ab new file mode 100644 index 000000000000..b710a851fc96 --- /dev/null +++ b/lang/ptoc/files/patch-ab @@ -0,0 +1,17 @@ +--- 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) -- cgit v1.2.3