summaryrefslogtreecommitdiff
path: root/databases/fastdb/files/patch-makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:36:36 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 07:36:36 +0000
commitf5bd485e7a12b872899e0adb1e5a714e26ed85d6 (patch)
tree320a01184432ed45f695b20bc6fcbe88f72af062 /databases/fastdb/files/patch-makefile
parentAdd pecl-swish 0.2.0, swish-e bindings for PHP. (diff)
- Update to 3.33
PR: ports/109817 Submitted by: Marcelo Araujo <araujo_AT_bsdmail dot org> Reviewed by: maintainer (clsung)
Notes
Notes: svn path=/head/; revision=186652
Diffstat (limited to '')
-rw-r--r--databases/fastdb/files/patch-makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index e114ad36ac11..908c2f06b85d 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -1,22 +1,17 @@
---- makefile.orig Tue Jul 11 12:39:16 2006
-+++ makefile Tue Jul 11 12:45:31 2006
-@@ -33,11 +33,11 @@
+--- makefile.orig Sat Oct 21 20:41:50 2006
++++ makefile Tue Mar 6 09:00:42 2007
+@@ -32,8 +32,8 @@
+ THRLIBS=
SUFF=
else
- ifneq (,$(findstring FreeBSD,$(OSTYPE)))
-TFLAGS=-pthread
--THRLIBS=
+-THRLIBS=-pthread
+TFLAGS=-D_REENTRANT ${PTHREAD_CFLAGS}
+THRLIBS=${PTHREAD_LIBS}
- else
--TFLAGS=-D_REENTRANT -D_THREAD_SAFE
--THRLIBS=-lpthread
-+TFLAGS=-D_REENTRANT ${PTHREAD_CFLAGS}
-+THRLIBS=${PTHREAD_LIBS}
- endif
SUFF=_r
endif
-@@ -67,21 +67,22 @@
+
+@@ -62,21 +62,22 @@
WEB_EXAMPLES = cgistub bugdb clidb
@@ -43,7 +38,7 @@
AR = ar
ARFLAGS = -cru
-@@ -367,24 +368,20 @@
+@@ -386,24 +387,20 @@
install: subsql cleanupsem installlib
mkdir -p $(BINSPATH)