I am not sure if libpq++ will compile with non g++ compilers,

but the Makefile does break non g++.

 <<mak.patch>>
Andreas
This commit is contained in:
Bruce Momjian 1999-05-27 14:28:40 +00:00
parent 0d5f7ce11c
commit 781a1eb99a
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.14 1999/05/27 14:28:40 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -55,7 +55,7 @@ include $(SRCDIR)/Makefile.shlib
# Pull shared-lib CFLAGS into CXXFLAGS # Pull shared-lib CFLAGS into CXXFLAGS
CXXFLAGS+= $(CFLAGS) -Wno-unused CXXFLAGS+= $(CFLAGS)
.PHONY: examples .PHONY: examples