From 9e3137bb5d1a788b24c890841aab8651d91900aa Mon Sep 17 00:00:00 2001 From: sturm Date: Mon, 16 Jun 2003 17:29:44 +0000 Subject: [PATCH] remove sparc64 workaround for missing -fno-stack-protector in gcc3, this flag was just added to gcc3 --- x11/kde/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11/kde/Makefile.inc b/x11/kde/Makefile.inc index bc56d357113..ff09662a755 100644 --- a/x11/kde/Makefile.inc +++ b/x11/kde/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.24 2003/06/15 07:21:49 pvalchev Exp $ +# $OpenBSD: Makefile.inc,v 1.25 2003/06/16 17:29:44 sturm Exp $ DIST_SUBDIR?= kde HOMEPAGE?= http://www.kde.org MASTER_SITES?= ${MASTER_SITE_KDE:S@$@stable/${VERSION}/src/@} @@ -29,7 +29,5 @@ PERMIT_DISTFILES_CDROM?= Yes PERMIT_DISTFILES_FTP?= Yes PERMIT_PACKAGE_CDROM?= Yes PERMIT_PACKAGE_FTP?= Yes -.if ${MACHINE_ARCH} != "sparc64" # XXX -fno-stack-protector in gcc3 instead CFLAGS+=-fno-stack-protector CXXFLAGS+=-fno-stack-protector -.endif