aboutsummaryrefslogtreecommitdiffstats
path: root/devel/asis-gpl
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-23 09:39:18 +0800
committeredwin <edwin@FreeBSD.org>2004-12-23 09:39:18 +0800
commit5525b8125f3d25db9377545af3d8109f1857dc4e (patch)
treeda7087899eae03ee4dd2ab28b1a7780ac1b70c26 /devel/asis-gpl
parentd2155889f055bb8fb4c7b533bc57c96e0c9b3489 (diff)
downloadfreebsd-ports-gnome-5525b8125f3d25db9377545af3d8109f1857dc4e.tar.gz
freebsd-ports-gnome-5525b8125f3d25db9377545af3d8109f1857dc4e.tar.zst
freebsd-ports-gnome-5525b8125f3d25db9377545af3d8109f1857dc4e.zip
devel/asis: must build without -fno-strict-aliasing
ASIS is build using the GCC that comes from the GNAT port, which is a 2.8.1-based compiler that neither supports nor needs -fno-strict-aliasing, which is now present in the system default CFLAGS value. To allow this port to build on a recent -CURRENT, this CFLAGS setting thus needs to be overridden by the port's Makefile. PR: ports/75376 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Diffstat (limited to 'devel/asis-gpl')
-rw-r--r--devel/asis-gpl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile
index 052581b1c021..5f8a1cc5bd12 100644
--- a/devel/asis-gpl/Makefile
+++ b/devel/asis-gpl/Makefile
@@ -25,6 +25,7 @@ BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
.if ${OSVERSION} >= 500039
WITHOUT_CPU_CFLAGS= yes
.endif
+CFLAGS= -O2 -pipe
USE_GMAKE= yes
MAKEFILE= "${FILESDIR}/Makefile.bsd"
MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \