aboutsummaryrefslogtreecommitdiff
path: root/devel/ptypes/files/patch-wshare-Makefile.common
blob: 7c1233374d09508957782a8e46b9db3e480320c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- wshare/Makefile.common.orig	2007-12-14 18:41:28.000000000 +0300
+++ wshare/Makefile.common	2007-12-14 18:41:47.000000000 +0300
@@ -15,9 +15,9 @@
 
 .SUFFIXES:	.cxx .o
 
-DDEBUG      = -DDEBUG
+DDEBUG      = $(DEBUG_FLAGS)
 INCDIR      = ../include
-CXXOPTS     = $(OS_CXXOPTS) $(DDEBUG) -I$(INCDIR) -O2
+CXXOPTS     = $(OS_CXXOPTS) $(DDEBUG) -I$(INCDIR) $(CFLAGS)
 LDLIBS      = $(OS_LDLIBS)
 
 BINDEST     = ../bin