diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-29 19:32:45 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-08-29 19:32:45 +0000 |
commit | b75d1eba0a1b30a58d7fd2ce8fac9781a5f8e94d (patch) | |
tree | 5594c93a3205fdd972cffe25b82b2374fa45a7a2 /misc/xfce4-weather-plugin | |
parent | Convert to USES=libtool:build (diff) |
- Disable SSP (Stack-Smashing Protector)
Reported by: pkg-fallout@
Notes
Notes:
svn path=/head/; revision=366555
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index ec914fdc652f..7b5bea9a529f 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip |