diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-05-16 22:53:54 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-05-16 22:53:54 +0000 |
commit | 6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262 (patch) | |
tree | 33bd61c8b37e3bb64c9208e5e8a04ca138dede14 | |
parent | e89959a50cc29f87dfca33fd3ea6d30cf66dcb63 (diff) | |
download | ports-6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262.tar.gz ports-6ee34e2b253a0dbdd24e3342dfd38b1c8b37e262.zip |
Notes
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 2 |
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} |