openbsd-ports/x11/nx/nxproxy/patches/patch-Makefile_in
2012-01-03 16:58:38 +00:00

29 lines
756 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2012/01/03 16:58:38 ajacoutot Exp $
--- Makefile.in.orig Sat Jul 16 17:43:17 2005
+++ Makefile.in Tue Jan 3 17:45:00 2012
@@ -11,18 +11,18 @@ LIBVERSION=@LIBVERSION@
# -Wredundant-decls
#
CXX = @CXX@
-CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
+CXXFLAGS += @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs
-CXXINCLUDES = -I. -I../nxcomp
+CXXINCLUDES += -I. -I../nxcomp
CC = @CC@
-CCFLAGS = $(CXXFLAGS)
-CCINCLUDES = -I. -I../nxcomp
-CCDEFINES =
+CCFLAGS += $(CXXFLAGS)
+CCINCLUDES += -I. -I../nxcomp
+CCDEFINES +=
-LDFLAGS = @LDFLAGS@
+LDFLAGS += @LDFLAGS@
LIBS = @LIBS@
#