[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch to Makefile.preamble for postgres95 eoadaptor
From: |
Kim Shrier |
Subject: |
Patch to Makefile.preamble for postgres95 eoadaptor |
Date: |
Sun, 24 Jun 2001 21:55:32 -0500 |
In dev-libs/db, I have patched eoadaptors/Postgres95/Makefile.preamble
so that it will build properly on FreeBSD. I was wondering if this
adaptor should be called PostgreSQL instead of Postgres95 since the
database hasn't been called Postgres95 for a couple of years.
Kim
--
Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com
Remote Unix Network Admin, Security, Internet Software Development
Tinker Internet Services - Superior FreeBSD-based Web Hosting
http://www.tinker.com/
--- dev-libs/db/eoadaptors/Postgres95/Makefile.preamble.orig Mon May 14
21:31:28 2001
+++ dev-libs/db/eoadaptors/Postgres95/Makefile.preamble Sun Jun 24 20:47:14 2001
@@ -45,13 +45,13 @@
ADDITIONAL_CFLAGS = $(POSTGRES95_CFLAGS)
# Additional include directories the compiler should search
-ADDITIONAL_INCLUDE_DIRS = -I../.. -I/usr/local/pgsql/include
+ADDITIONAL_INCLUDE_DIRS = -I../.. -I/usr/local/pgsql/include
-I/usr/local/include/pgsql
# Additional LDFLAGS to pass to the linker
ADDITIONAL_LDFLAGS =
# Additional library directories the linker should search
-ADDITIONAL_LIB_DIRS = -L/usr/local/pgsql/lib
+ADDITIONAL_LIB_DIRS = -L/usr/local/pgsql/lib -L/usr/local/lib
#
# Flags dealing with installing and uninstalling
- Patch to Makefile.preamble for postgres95 eoadaptor,
Kim Shrier <=