Here are some additional patches needed to get the UnixWare 7 C++
Bruce Momjian <bruce@momjian.us>
Here are some additional patches needed to get the UnixWare 7 C++
compiler to
attempt to compile libpq++. The patches address the following problems:
1. In my first pass at changing the libpq++ makefile, I forgot to
include the
PORTNAME in the Makefile.in file.
2. The UnixWare 7 C++ compiler did not like the '-K alloca' option in
CXXFLAGS.
Billy G. Allie
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq++/Makefile.in | modified | +11 −1 |
| src/template/univel | modified | +1 −1 |
| src/template/unixware | modified | +1 −1 |