diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-01 01:43:51 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-01 01:43:51 +0100 |
commit | 54ce503f0ae9a084b169e9ee24347b250db1fc06 (patch) | |
tree | 47e0d87829b4efba26bb6e6096806b9ba1d16f52 /databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 | |
parent | math/wxmaxima: Update to Version-22.12.0 (diff) |
databases/firebird30-*: Fix consumers build
After firebird25-* was removed from the tree firebird30-* bacem the new
default. And some consumers of firebird started failing to build with
the error "/usr/local/include/ibase.h:6:10: fatal error:
'../jrd/ibase.h' file not found".
In previous the src headers files were installed which were not
sanitized and required other header files from the source tree. This
patch properly installs the sanitized header files and fixes the
consumer builds.
While I am here fix the patches to be makepatch compatible.
Approved by: portmgr(just-fix-it)
Diffstat (limited to 'databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64')
-rw-r--r-- | databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 deleted file mode 100644 index dd0f1ae39223..000000000000 --- a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 +++ /dev/null @@ -1,19 +0,0 @@ ---- builds/posix/prefix.freebsd_amd64.orig 2020-10-20 08:40:05 UTC -+++ builds/posix/prefix.freebsd_amd64 -@@ -20,5 +20,13 @@ - - EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib - --PROD_FLAGS=-O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC --DEV_FLAGS=-ggdb -DFREEBSD -DAMD64 -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor -+COMMON_FLAGS=-DFREEBSD -DAMD64 -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 - |