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-examples-Makefile.in | |
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-examples-Makefile.in')
-rw-r--r-- | audio/libshout/files/patch-examples-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libshout/files/patch-examples-Makefile.in b/audio/libshout/files/patch-examples-Makefile.in new file mode 100644 index 000000000000..d4a18ebb2e89 --- /dev/null +++ b/audio/libshout/files/patch-examples-Makefile.in @@ -0,0 +1,11 @@ +--- examples/Makefile.in.orig 2020-05-08 18:29:05 UTC ++++ examples/Makefile.in +@@ -330,7 +330,7 @@ example_LDADD = $(top_builddir)/src/libshout.la @SHOUT + nonblocking_SOURCES = nonblocking.c + nonblocking_LDADD = $(top_builddir)/src/libshout.la @SHOUT_LIBDEPS@ + AM_CFLAGS = @XIPH_CFLAGS@ +-AM_CPPFLAGS = @XIPH_CPPFLAGS@ -I$(top_builddir)/include ++AM_CPPFLAGS = -I$(top_builddir)/include @XIPH_CPPFLAGS@ + all: all-am + + .SUFFIXES: |