summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2014-08-29 19:44:26 +0000
committerolivierd <olivierd@FreeBSD.org>2014-08-29 19:44:26 +0000
commitf5ce481d5e27d1938239f7edf5f05013aba0716a (patch)
treeb3705d823da1a6d3ab9020e2fcb7d93055f3ac21
parent492e3f5bb2e768e62fd84621a5b0e708b67d630c (diff)
downloadFreeBSD-ports-f5ce481d5e27d1938239f7edf5f05013aba0716a.zip
FreeBSD-ports-f5ce481d5e27d1938239f7edf5f05013aba0716a.tar.gz
- Disable SSP (Stack-Smashing Protector)
Reported by: pkg-fallout@
-rw-r--r--sysutils/xfce4-battery-plugin/Makefile1
-rw-r--r--sysutils/xfce4-systemload-plugin/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile
index 57ee9fa..32c49be 100644
--- a/sysutils/xfce4-battery-plugin/Makefile
+++ b/sysutils/xfce4-battery-plugin/Makefile
@@ -16,6 +16,7 @@ LICENSE= GPLv2
ONLY_FOR_ARCHS= i386 amd64
+SSP_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile
index 5b30004..5a5e3ec 100644
--- a/sysutils/xfce4-systemload-plugin/Makefile
+++ b/sysutils/xfce4-systemload-plugin/Makefile
@@ -16,6 +16,7 @@ LICENSE= BSD
LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower
+SSP_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pkgconfig tar:bzip2
OpenPOWER on IntegriCloud