diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-03-28 04:36:08 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-03-28 04:36:08 +0800 |
commit | c1089b87ecae9c344f201b7d56f25ccb5211eba1 (patch) | |
tree | fea2522222631cba58dffa7cc470b7fb0c94229b /databases/fastdb/files | |
parent | a9de513bd413b94e8c1258a37459fed088c33b42 (diff) | |
download | freebsd-ports-gnome-c1089b87ecae9c344f201b7d56f25ccb5211eba1.tar.gz freebsd-ports-gnome-c1089b87ecae9c344f201b7d56f25ccb5211eba1.tar.zst freebsd-ports-gnome-c1089b87ecae9c344f201b7d56f25ccb5211eba1.zip |
- Update to 2.58
- Assign maintainership to Sergey A. Osokin
PR: 50362
Diffstat (limited to 'databases/fastdb/files')
-rw-r--r-- | databases/fastdb/files/patch-makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile index 37b74abe629a..22bdbcce6498 100644 --- a/databases/fastdb/files/patch-makefile +++ b/databases/fastdb/files/patch-makefile @@ -1,16 +1,14 @@ ---- makefile.orig Tue Dec 10 00:22:22 2002 -+++ makefile Tue Jan 14 18:57:13 2003 -@@ -32,8 +32,8 @@ +--- makefile.orig Tue Feb 18 20:58:28 2003 ++++ makefile Thu Mar 27 20:58:31 2003 +@@ -32,6 +32,6 @@ SUFF= else - ifneq (,$(findstring freebsd,$(OSTYPE))) + ifneq (,$(findstring FreeBSD,$(OSTYPE))) -TFLAGS=-pthread -THRLIBS= +TFLAGS=-D_REENTRANT ${PTHREAD_CFLAGS} +THRLIBS=${PTHREAD_LIBS} else - TFLAGS=-D_REENTRANT -D_THREAD_SAFE - THRLIBS=-lpthread @@ -65,7 +65,7 @@ WEB_EXAMPLES = cgistub bugdb clidb @@ -28,7 +26,7 @@ +CFLAGS = -c ${CXXFLAGS} $(DEFS) $(TFLAGS) #CFLAGS = -c -Wall -O0 -DFASTDB_DEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS) -SHFLAGS=-shared -+SHFLAGS=-shared -Wl,-soname,$@ ++SHFLAGS = -shared -Wl,-soname,$@ LD = $(CC) @@ -37,7 +35,7 @@ AR = ar ARFLAGS = -cru -@@ -326,14 +326,13 @@ +@@ -326,18 +326,15 @@ install: subsql installlib mkdir -p $(BINSPATH) @@ -54,4 +52,8 @@ + ${BSD_INSTALL_PROGRAM} $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) $(LIBSPATH) cd $(LIBSPATH); ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so cd $(LIBSPATH); ln -f -s $(CLI_SHARED) libcli$(SUFF).so +- +- + uninstall: + rm -fr $(INCSPATH) |