diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-26 01:38:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-26 01:38:44 +0000 |
commit | 29dfd7bb4dc481c22ccd7f1c67982bc3121db57a (patch) | |
tree | f32845db5243d9688007d8907be4b039a2e33069 /graphics/gplot/files/patch-drawcgm_Makefile | |
parent | Fix build on -current (cope with removal of union wait, and remove (diff) |
- Make portlint happy.
- Honor CC, CFLAGS.
- Remove unused code that trips GCC3.
PR: 44467
Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes:
svn path=/head/; revision=68847
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 \ |