13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
|
|
--- src/Makefile.in.orig Sun Apr 8 18:15:51 2001
|
|
+++ src/Makefile.in Fri Oct 26 23:23:50 2007
|
|
@@ -36,7 +36,7 @@ LIBS= $(CFG_LIB) $(BIGPLUS_LIB) $(IMAGE_LIB) @LIBS@
|
|
#USE_DNS= -DUSE_DNS=1
|
|
|
|
DEFINES= $(INCLUDES) $(DEFS) $(USE_DNS)
|
|
-CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
|
|
+CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 #-DDEBUG=1
|
|
|
|
|
|
OBJS= main.o parse.o image.o utils.o rwdata.o llist.o setget.o cfg.o wildmat.o
|