aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2014-08-30 03:44:26 +0800
committerolivierd <olivierd@FreeBSD.org>2014-08-30 03:44:26 +0800
commitf5ce481d5e27d1938239f7edf5f05013aba0716a (patch)
treeb3705d823da1a6d3ab9020e2fcb7d93055f3ac21 /sysutils
parent492e3f5bb2e768e62fd84621a5b0e708b67d630c (diff)
downloadfreebsd-ports-gnome-f5ce481d5e27d1938239f7edf5f05013aba0716a.tar.gz
freebsd-ports-gnome-f5ce481d5e27d1938239f7edf5f05013aba0716a.tar.zst
freebsd-ports-gnome-f5ce481d5e27d1938239f7edf5f05013aba0716a.zip
- Disable SSP (Stack-Smashing Protector)
Reported by: pkg-fallout@
Diffstat (limited to 'sysutils')
-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 57ee9fa4313a..32c49be68bf9 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 5b3000417ca9..5a5e3ec66aea 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