aboutsummaryrefslogtreecommitdiff
path: root/databases/fastdb/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-05 03:08:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-05 03:08:01 +0000
commit2138a32d4344fe125ea5e1ea487e64e2c7b9c50a (patch)
treef14698b483738a871548dab9265a49da1d973ee7 /databases/fastdb/files
parentc70549b8dc88c327222ef7a8b11429933f78b7d2 (diff)
downloadports-2138a32d4344fe125ea5e1ea487e64e2c7b9c50a.tar.gz
ports-2138a32d4344fe125ea5e1ea487e64e2c7b9c50a.zip
upgrade to 2.41
PR: 40201 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62455
Diffstat (limited to 'databases/fastdb/files')
-rw-r--r--databases/fastdb/files/patch-makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile
index 3dd46c77efc5..6390a17fb512 100644
--- a/databases/fastdb/files/patch-makefile
+++ b/databases/fastdb/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig Fri Apr 6 12:13:44 2001
-+++ makefile Wed Aug 8 02:04:05 2001
+--- makefile.orig Thu Jul 4 23:46:37 2002
++++ makefile Thu Jul 4 23:50:24 2002
@@ -2,13 +2,13 @@
# Makefile for Generic Unix with GCC compiler
@@ -28,18 +28,20 @@
endif
SUFF=_r
endif
-@@ -60,19 +60,18 @@
+@@ -60,7 +60,6 @@
WEB_EXAMPLES = cgistub bugdb clidb
-CC = g++
- #DEFS =-DTHROW_EXCEPTION_ON_ERROR -DUSE_QUEUE_MANAGER
- DEFS = -DUSE_QUEUE_MANAGER -DUSE_LOCALE_SETTINGS
--CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS)
-+CFLAGS += -c $(TFLAGS)
+ # Possible FastDB compile time parameters (-Dxxx should be added to DEFS macro):
+ # 1. USE_LOCALE_SETTING - use C locale for string comparison operations
+@@ -93,13 +92,13 @@
- #CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS)
+ #CFLAGS = $(TFLAGS) -c -Wall -O5 -g $(TFLAGS)
+
+-CFLAGS = -c -Wall -O0 -g $(DEFS) $(TFLAGS)
++CFLAGS += -c $(TFLAGS)
#CFLAGS = -c -Wall -O0 -DDEBUG=DEBUG_TRACE -g $(DEFS) $(TFLAGS)
-SHFLAGS=-shared
+SHFLAGS=-shared -Wl,-soname,$@
@@ -51,7 +53,7 @@
AR = ar
ARFLAGS = -cru
-@@ -255,16 +254,15 @@
+@@ -302,14 +301,13 @@
installlib: $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED)
mkdir -p $(INCSPATH)
@@ -65,9 +67,7 @@
ln -f -s $(LIBSPATH)/$(CLI_SHARED) $(LIBSPATH)/libcli$(SUFF).so
mkdir -p $(BINSPATH)
- cp subsql $(BINSPATH)
++ ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH)
-+ ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH)
- cleanobj:
- rm -fr *.o *.tgz core *~ cxx_repository