diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:44:26 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:44:26 +0800 |
commit | f5ce481d5e27d1938239f7edf5f05013aba0716a (patch) | |
tree | b3705d823da1a6d3ab9020e2fcb7d93055f3ac21 /sysutils | |
parent | 492e3f5bb2e768e62fd84621a5b0e708b67d630c (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xfce4-systemload-plugin/Makefile | 1 |
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 |