svn commit: r366558 - head/x11/xfce4-quicklauncher-plugin

Olivier Duchateau olivierd at FreeBSD.org
Fri Aug 29 19:38:53 UTC 2014


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


More information about the svn-ports-all mailing list