diff options
author | lofi <lofi@FreeBSD.org> | 2003-10-23 10:37:55 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-10-23 10:37:55 +0000 |
commit | a31b8627b3270c0c4aa7b9c7697d66af8010e641 (patch) | |
tree | da948e4af8bfda2bc82705949fd6788edcce1327 /audio/libshout2 | |
parent | 7bddde3b77020e84e2d9cf5cb10c57d8aead94cd (diff) | |
download | FreeBSD-ports-a31b8627b3270c0c4aa7b9c7697d66af8010e641.zip FreeBSD-ports-a31b8627b3270c0c4aa7b9c7697d66af8010e641.tar.gz |
Remove -ffast-math from CFLAGS.
Requested by: kris
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 5f22db9..c775872 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -28,6 +28,9 @@ USE_LIBTOOL_VER=13 CONFLICTS= libshout-1.0.7 USE_REINPLACE= yes +pre-configure: + @ ${REINPLACE_CMD} -e "s|-ffast-math||g" ${WRKSRC}/configure + post-configure: @ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \ ${WRKSRC}/Makefile |