openbsd-ports/www/wwwcount/patches/patch-libs_combine_Makefile_in

13 lines
521 B
Plaintext
Raw Normal View History

2007-10-26 17:26:02 -04:00
$OpenBSD: patch-libs_combine_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- libs/combine/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ libs/combine/Makefile.in Fri Oct 26 23:23:50 2007
@@ -24,7 +24,7 @@ INCLUDES= -I. -I..
2000-01-27 16:14:02 -05:00
##HAS_LZW= -DHAS_LZW=1
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES__ -DSYS_UNIX=1 $(HAS_LZW)
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
SRCS = crbasei.c allocim.c readgif.c rddata.c dstraimg.c\
readblk.c lzwdec.c syncimg.c duplicim.c writegif.c lsbfwrs.c\