respect CFLAGS
This commit is contained in:
parent
bb1af71e4d
commit
8d81b5d1d9
12
mbone/vat/patches/patch-Makefile_in
Normal file
12
mbone/vat/patches/patch-Makefile_in
Normal 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.
|
12
mbone/vic/patches/patch-Makefile_in
Normal file
12
mbone/vic/patches/patch-Makefile_in
Normal 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.
|
Loading…
Reference in New Issue
Block a user