diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:46:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:46:07 +0000 |
commit | 5055e5aee5e0b3c8a3654b5318a2575d9fc53be0 (patch) | |
tree | 3fb4721073b3e0ac19a65e6063cbf3747c36805d /audio/raop_play | |
parent | 09bc6e62037d0a457a54dee9279858846b4b2171 (diff) |
- Fix build after addition of getdelim() and strndup()
PR: 133053
Submitted by: David Schultz <das@freebsd.org>
Notes
Notes:
svn path=/head/; revision=230984
Diffstat (limited to 'audio/raop_play')
-rw-r--r-- | audio/raop_play/files/patch-aexcl-Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/raop_play/files/patch-aexcl-Makefile.in b/audio/raop_play/files/patch-aexcl-Makefile.in index 65bca60e729a..490b896b5975 100644 --- a/audio/raop_play/files/patch-aexcl-Makefile.in +++ b/audio/raop_play/files/patch-aexcl-Makefile.in @@ -15,7 +15,8 @@ -GLIB_SUBST=1 # remove this line, if you want to use libglib-2.0 DESTDIR = - CXXFLAGS += -Wall -D_GNU_SOURCE -I../raop_play -I../rendezvous +-CXXFLAGS += -Wall -D_GNU_SOURCE -I../raop_play -I../rendezvous ++CXXFLAGS += -Wall -I../raop_play -I../rendezvous GLIB = glib-2.0 -CXXFLAGS += -I/usr/include/$(GLIB) -I/usr/lib/$(GLIB)/include -CFLAGS += -Wall -I/usr/include/$(GLIB) -I/usr/lib/$(GLIB)/include -I../raop_play |