respect CFLAGS

This commit is contained in:
wilfried 2001-03-17 17:39:09 +00:00
parent bb1af71e4d
commit 8d81b5d1d9
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2001/03/17 17:39:09 wilfried Exp $
--- Makefile.in.orig Thu Apr 25 15:20:32 1996
+++ Makefile.in Fri Mar 16 21:00:07 2001
@@ -87,7 +87,7 @@ INCLUDE = $(INCLUDE_MISC) $(INCLUDE_AUDI
$(INCLUDE_X11) $(MD_INC)
DEFINE = @V_DEFINE@ -DSIGRET=@V_SIGRET@ -DFRAMESIZE=160
BFLAGS = $(DEFINE) $(INCLUDE)
-CFLAGS = $(CCOPT) $(BFLAGS)
+CFLAGS = @CFLAGS@ $(BFLAGS)
#
# Remember to add a dependency if you add any tcl sources here.

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2001/03/17 17:40:30 wilfried Exp $
--- Makefile.in.orig Fri Jun 4 13:39:32 1999
+++ Makefile.in Fri Mar 16 21:02:23 2001
@@ -90,7 +90,7 @@ INCLUDE = $(INCLUDE_MISC) $(INCLUDE_GRAB
$(INCLUDE_X11) $(MD_INC) -I./jpeg -I./p64 -I.
DEFINE = @V_DEFINE@ -DED_YBITS=$(ED_YBITS) -DSIGRET=@V_SIGRET@
BFLAGS = $(DEFINE) $(INCLUDE)
-CFLAGS = $(CCOPT) $(BFLAGS)
+CFLAGS = @CFLAGS@ $(BFLAGS)
#
# Remember to add a dependency if you add any tcl sources here.