aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2008-05-16 22:53:54 +0000
committerMikhail Teterin <mi@FreeBSD.org>2008-05-16 22:53:54 +0000
commit6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262 (patch)
tree33bd61c8b37e3bb64c9208e5e8a04ca138dede14 /graphics/libfpx
parente89959a50cc29f87dfca33fd3ea6d30cf66dcb63 (diff)
downloadports-6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262.tar.gz
ports-6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262.zip
Add an explicit -fno-strict-aliasing to CXXFLAGS for the sake of
8.x-systems, where it is no longer part of compiler flags. Notified by: pav
Notes
Notes: svn path=/head/; revision=213176
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd
index 985f3c7a43ba..0c9bd450f735 100644
--- a/graphics/libfpx/files/Makefile.bsd
+++ b/graphics/libfpx/files/Makefile.bsd
@@ -29,7 +29,7 @@ CPPS += ${OLESS:S/^/${.CURDIR}\/oless\//} ${JPGS}
SRCS = ${CPPS:T:Nejpeg.c}
-CXXFLAGS+= -fno-rtti -fno-exceptions ${HAVES}
+CXXFLAGS+= -fno-rtti -fno-exceptions -fno-strict-aliasing ${HAVES}
LDADD += -L${LOCALBASE}/lib -lm -lstdc++
.PATH: ${CPPS:H}