aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird30-server/files/patch-builds-posix-prefix.freebsd')
-rw-r--r--databases/firebird30-server/files/patch-builds-posix-prefix.freebsd20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd
deleted file mode 100644
index 3da3ac70283e..000000000000
--- a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd
+++ /dev/null
@@ -1,20 +0,0 @@
---- builds/posix/prefix.freebsd.orig 2021-03-27 18:59:05 UTC
-+++ builds/posix/prefix.freebsd
-@@ -20,5 +20,14 @@
-
- EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib
-
--PROD_FLAGS=-O -fno-builtin -DFREEBSD -pipe -MMD -fPIC
--DEV_FLAGS=-ggdb -DFREEBSD -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor
-+COMMON_FLAGS=-DFREEBSD -pipe -MMD -fPIC
-+PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated
-+DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor
-+
-+# This file must be compiled with SSE4.2 support
-+%/CRC32C.o: COMMON_FLAGS += -msse4
-+
-+# These files are generated incorrectly (e.g. array.epp => array.cpp)
-+%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing
-+%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing
-+
-