Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 19:38:53 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366558 - head/x11/xfce4-quicklauncher-plugin
Message-ID:  <201408291938.s7TJcrVr034677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Aug 29 19:38:52 2014
New Revision: 366558
URL: http://svnweb.freebsd.org/changeset/ports/366558
QAT: https://qat.redports.org/buildarchive/r366558/

Log:
  - Disable SSP (Stack-Smashing Protector)
  
  Reported by:	pkg-fallout@

Modified:
  head/x11/xfce4-quicklauncher-plugin/Makefile

Modified: head/x11/xfce4-quicklauncher-plugin/Makefile
==============================================================================
--- head/x11/xfce4-quicklauncher-plugin/Makefile	Fri Aug 29 19:35:00 2014	(r366557)
+++ head/x11/xfce4-quicklauncher-plugin/Makefile	Fri Aug 29 19:38:52 2014	(r366558)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291938.s7TJcrVr034677>