mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
libraries. Fix plist very carefully. Now supports the (considerable) full capabilities of the Poco library.
11 lines
481 B
Text
11 lines
481 B
Text
--- Data/ODBC/Makefile.orig 2009-12-05 19:57:41.000000000 -0800
|
|
+++ Data/ODBC/Makefile 2009-12-05 19:57:50.000000000 -0800
|
|
@@ -9,7 +9,7 @@
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
# adjust for the target system (usually '/usr/lib' or '/usr/local/lib')
|
|
-ODBCLIBDIR = /usr/lib
|
|
+ODBCLIBDIR = /usr/local/lib
|
|
|
|
INCLUDE += -I/usr/local/include -I/usr/include -I/usr/include/odbc -I/usr/local/include/odbc
|
|
SYSLIBS += -L/usr/local/lib/odbc -L/usr/lib/odbc -L/usr/lib -L/usr/local/lib
|