diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:51:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:51:23 +0000 |
commit | e007443a4f0b804547b833899ff248f0caa49860 (patch) | |
tree | f0d6f04985116062410cd657d793922b4e1bf0c9 /lang/ptoc/files/patch-ab | |
parent | Activate teapot. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=10325
Diffstat (limited to 'lang/ptoc/files/patch-ab')
-rw-r--r-- | lang/ptoc/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
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) |