openbsd-ports/mbone/vat/patches/patch-Makefile_in
2001-03-17 17:39:09 +00:00

13 lines
458 B
Plaintext

$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.