summaryrefslogtreecommitdiff
path: root/net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch')
-rw-r--r--net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch b/net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch
deleted file mode 100644
index 166f12aff2a9..000000000000
--- a/net-misc/stargazer/files/patches/stg-2.408-makefile-firebird-upstream.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/projects/stargazer/plugins/store/firebird/Makefile.org 2013-01-04 22:50:13.000000000 +0200
-+++ b/projects/stargazer/plugins/store/firebird/Makefile 2013-01-04 22:50:56.000000000 +0200
-@@ -22,5 +22,11 @@
- locker \
- crypto
-
-+FB_CFLAGS = $(shell fb_config --cflags)
-+FB_LDFLAGS = $(shell fb_config --libs)
-+
-+CXXFLAGS += $(FB_CFLAGS)
-+LDFLAGS += $(FB_LDFLAGS)
-+
- include ../../Makefile.in