13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$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..
|
|
##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\
|