diff options
Diffstat (limited to 'databases/fastdb/files/patch-makefile')
| -rw-r--r-- | databases/fastdb/files/patch-makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/fastdb/files/patch-makefile b/databases/fastdb/files/patch-makefile index 03beab8ee91d..ba8266f84f0e 100644 --- a/databases/fastdb/files/patch-makefile +++ b/databases/fastdb/files/patch-makefile @@ -1,6 +1,6 @@ ---- makefile.orig 2014-12-28 21:25:00.000000000 +0200 -+++ makefile 2014-12-28 21:33:28.000000000 +0200 -@@ -8,13 +8,13 @@ DEBUG?=1 +--- makefile.orig 2026-02-23 10:43:46 UTC ++++ makefile +@@ -8,13 +8,13 @@ PREFIX ?= /usr/local PREFIX ?= /usr/local # Place where to copy FastDB header files @@ -17,7 +17,7 @@ ifdef NO_PTHREADS OBJS = class.o compiler.o database.o xml.o hashtab.o file.o symtab.o ttree.o rtree.o container.o \ -@@ -38,8 +38,8 @@ TFLAGS=-DNO_PTHREADS +@@ -38,8 +38,8 @@ else THRLIBS= SUFF= else @@ -28,7 +28,7 @@ SUFF=_r endif -@@ -65,23 +65,23 @@ EXAMPLES = guess testdb testleak testfra +@@ -65,23 +65,23 @@ WEB_EXAMPLES = cgistub bugdb clidb WEB_EXAMPLES = cgistub bugdb clidb @@ -57,7 +57,7 @@ AR = ar ARFLAGS = -cru -@@ -439,17 +439,15 @@ examples/TestIndex.class: examples/TestI +@@ -439,17 +439,15 @@ install: subsql cleanupsem inspectsem installlib install: subsql cleanupsem inspectsem installlib mkdir -p $(BINSPATH) @@ -65,11 +65,11 @@ - strip $(BINSPATH)/subsql - cp cleanupsem $(BINSPATH) - cp inspectsem $(BINSPATH) -- + ${BSD_INSTALL_PROGRAM} subsql $(BINSPATH) + ${BSD_INSTALL_PROGRAM} cleanupsem $(BINSPATH) + ${BSD_INSTALL_PROGRAM} inspectsem $(BINSPATH) +- installlib: $(FASTDB_LIB) $(CLI_LIB) $(FASTDB_SHARED) $(CLI_SHARED) mkdir -p $(INCSPATH) - cp $(INCS) $(INCSPATH) @@ -80,7 +80,7 @@ (cd $(LIBSPATH) && ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so \ && ln -f -s $(CLI_SHARED) libcli$(SUFF).so) if [ -f $(JNI_LIB) ]; then cp $(JNI_LIB) $(LIBSPATH); \ -@@ -457,7 +455,7 @@ installlib: $(FASTDB_LIB) $(CLI_LIB) $(F +@@ -457,7 +455,7 @@ uninstall: uninstall: rm -fr $(INCSPATH) |
