Here are some additional patches needed to get the UnixWare 7 C++

Bruce Momjian <bruce@momjian.us>

Commit: af8e2760ba4ad2369eee23d920a89a8ea8b8fcc4
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-09-13T04:00:44Z
Releases: 7.1.1
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

PathChange+/−
src/interfaces/libpq++/Makefile.in modified +11 −1
src/template/univel modified +1 −1
src/template/unixware modified +1 −1