ports/devel/ice/files/patch-Make.rules
Gabor Kovesdan 0abaa32122 - Update to 3.2.0
PR:		ports/111541
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2007-04-18 20:52:20 +00:00

13 lines
469 B
Text

--- config/Make.rules.orig Fri Mar 9 00:16:54 2007
+++ config/Make.rules Fri Apr 13 20:05:04 2007
@@ -188,7 +188,9 @@
DB_FLAGS = -I/usr/include/db45
DB_LIBS = -L/usr/$(libsubdir)/db45 -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