forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
514 B
Text
13 lines
514 B
Text
--- cpp.orig/config/Make.rules Fri Mar 11 16:19:00 2013
|
|
+++ cpp/config/Make.rules Fri May 19 22:00:09 2013
|
|
@@ -233,7 +233,9 @@
|
|
DB_FLAGS = -I/usr/local/include/db53
|
|
DB_LIBS = -L/usr/local/$(libsubdir)/db53 -ldb_cxx
|
|
else
|
|
- DB_LIBS = -ldb_cxx
|
|
+ DB_FLAGS = -I%%BDB_INCLUDE_DIR%%
|
|
+ DB_LIBS = -L%%BDB_LIB_DIR%% -l%%BDB_LIB_CXX_NAME%%
|
|
+ DB_RPATH_LINK = $(call rpathlink,%%BDB_LIB_DIR%%)
|
|
endif
|
|
endif
|
|
endif
|