diff options
Diffstat (limited to 'graphics/gplot/files/patch-drawcgm_Makefile')
-rw-r--r-- | graphics/gplot/files/patch-drawcgm_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-drawcgm_Makefile b/graphics/gplot/files/patch-drawcgm_Makefile new file mode 100644 index 000000000000..dcb905606a65 --- /dev/null +++ b/graphics/gplot/files/patch-drawcgm_Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- drawcgm/Makefile.orig Sat Oct 26 02:58:37 2002 ++++ drawcgm/Makefile Sat Oct 26 02:58:44 2002 +@@ -25,7 +25,7 @@ + # Here ends the section the installer should have to modify + #---------------------------------------------------------------------------- + +-CFLAGS = -O ++#CFLAGS = -O + + # DrawCGM and CGMGen, and test routines + cgmgen.o: /usr/include/stdio.h \ |