diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-08 20:50:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-08 20:50:29 +0000 |
commit | 87d7e1d7be2a00b26ebbd4ad723c8be7f04cfa56 (patch) | |
tree | 0316d2b79498109bf09d96f6f02992d3d26f4167 /audio/libshout/files/patch-configure | |
parent | Update manpage location (r523104) (diff) |
Convert REINPLACE_CMD to patch files
Notes
Notes:
svn path=/head/; revision=534424
Diffstat (limited to 'audio/libshout/files/patch-configure')
-rw-r--r-- | audio/libshout/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/libshout/files/patch-configure b/audio/libshout/files/patch-configure new file mode 100644 index 000000000000..4e2c5e653f72 --- /dev/null +++ b/audio/libshout/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2019-05-28 19:31:20 UTC ++++ configure +@@ -11927,7 +11927,7 @@ if test -z "$GCC"; then + ;; + esac + else +- XIPH_CFLAGS="-Wall -ffast-math -fsigned-char" ++ XIPH_CFLAGS="-Wall -fsigned-char" + + $as_echo "#define _GNU_SOURCE /**/" >>confdefs.h + +@@ -14923,7 +14923,6 @@ EOF + done + XIPH_LIBS="$xt_filtered $XIPH_LIBS" + +- SHOUT_REQUIRES="$SHOUT_REQUIRES, libssl" + SHOUT_TLS="1" + + else |