mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
--- src/Makefile.in.orig 2008-06-21 09:05:05.000000000 +1000
|
|
+++ src/Makefile.in 2008-06-21 09:05:09.000000000 +1000
|
|
@@ -250,7 +250,7 @@
|
|
rapiproxy.cpp rapiproxyfactory.cpp rapiproxyconnection.cpp \
|
|
$(am__append_3)
|
|
AM_CFLAGS = -Wall
|
|
-AM_CXXFLAGS = -pedantic-errors -Wall
|
|
+AM_CXXFLAGS = -Wall
|
|
man_MANS = vdccm.1
|
|
EXTRA_DIST = $(man_MANS)
|
|
all: $(BUILT_SOURCES)
|