ports/databases/postgresql-libpqxx3/files/patch-configure
Palle Girgensohn 6e1d53e949 Updating to 2.5.5
Approved by: ade, seanc (implicit)
2005-07-11 22:23:49 +00:00

11 lines
311 B
Text

--- configure~ Fri Jul 1 09:52:28 2005
+++ configure Tue Jul 12 00:15:36 2005
@@ -19403,7 +19403,7 @@
# Add options to compiler command line, if compiler accepts it
-function add_compiler_opts() {
+add_compiler_opts() {
for option in $* ; do
SAVE_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $option"