freebsd-ports/databases/fortytwo-bdb/files/patch-GNUmakefile
Dirk Meyer 137e4c0ab7 BDB is a set of classes implementing an interface to
Berkeley DB for the GNUstep and Mac OS X environment written in
Objective-C language. It is based on the C API of
Berkeley DB and offers an object oriented interface which relies on
classes and mechanisms offered by the Foundation library.

In its present state BDB just offers a reduced set of functionality of
Berkeley DB.

WWW: http://fortytwo.sourceforge.net/
2006-11-30 17:16:29 +00:00

22 lines
535 B
Text

--- GNUmakefile.orig Wed Aug 30 13:05:48 2006
+++ GNUmakefile Wed Nov 29 11:44:31 2006
@@ -6,15 +6,15 @@
# if this line fails then copy config.properties.template to config.properties
# and modify the copied version appropriately
-include config.properties
+#include config.properties
FRAMEWORK_NAME=BDB
VERSION=0.1
-ADDITIONAL_INCLUDE_DIRS=\
- -I$(DBROOT)/include
+#ADDITIONAL_INCLUDE_DIRS=\
+# -I$(DBROOT)/include
-ADDITIONAL_LIB_DIRS=-L$(DBROOT)/lib
+#ADDITIONAL_LIB_DIRS=-L$(DBROOT)/lib
#BDB_OBJC_LIBS +=Encore