diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:38:52 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:38:52 +0800 |
commit | 492e3f5bb2e768e62fd84621a5b0e708b67d630c (patch) | |
tree | 0d35953c4639eeee931ec9fa4ea16d534300fd9e /x11 | |
parent | 4d6b46756c879bfdddf0b84f2d181a7e531dae27 (diff) | |
download | freebsd-ports-gnome-492e3f5bb2e768e62fd84621a5b0e708b67d630c.tar.gz freebsd-ports-gnome-492e3f5bb2e768e62fd84621a5b0e708b67d630c.tar.zst freebsd-ports-gnome-492e3f5bb2e768e62fd84621a5b0e708b67d630c.zip |
- Disable SSP (Stack-Smashing Protector)
Reported by: pkg-fallout@
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-quicklauncher-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile index ef179dc77cc8..056cd7f785c9 100644 --- a/x11/xfce4-quicklauncher-plugin/Makefile +++ b/x11/xfce4-quicklauncher-plugin/Makefile @@ -14,6 +14,7 @@ COMMENT= Quicklauncher plugin for Xfce LICENSE= GPLv2 +SSP_UNSAFE= yes GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack |