aboutsummaryrefslogtreecommitdiff
path: root/audio/portaudio
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2011-03-12 18:12:57 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2011-03-12 18:12:57 +0000
commite24cf70b93ad663fa514bf835bc51a7ee3997edf (patch)
tree4e01a916564c2a1185c34fd39b06030a1ed8c038 /audio/portaudio
parent71a70a6abc5b4b2ac62ad9d25a0082e7a4101937 (diff)
downloadports-e24cf70b93ad663fa514bf835bc51a7ee3997edf.tar.gz
ports-e24cf70b93ad663fa514bf835bc51a7ee3997edf.zip
Fix the build with gmake-3.82 by add '/' in two targets.
Reported by: pointyhat-exp with gmake 3.82 (linimon) Tested with: ade's gmake 3.82 patch on devel/gmake only
Notes
Notes: svn path=/head/; revision=270749
Diffstat (limited to 'audio/portaudio')
-rw-r--r--audio/portaudio/files/patch-Makefile.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/audio/portaudio/files/patch-Makefile.in b/audio/portaudio/files/patch-Makefile.in
index b0d24b715502..782b22c9c758 100644
--- a/audio/portaudio/files/patch-Makefile.in
+++ b/audio/portaudio/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Mon Mar 15 15:51:08 2004
-+++ Makefile.in Mon Mar 15 15:51:59 2004
+--- Makefile.in.orig 2011-03-12 12:04:08.000000000 -0600
++++ Makefile.in 2011-03-12 12:04:22.000000000 -0600
@@ -15,6 +15,7 @@
DLL_LIBS = @DLL_LIBS@
@@ -46,3 +46,14 @@
$(TESTS): bin/%: lib/$(PALIB) Makefile $(PAINC) pa_tests/%.c
$(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS)
+@@ -89,8 +101,8 @@
+ %.o: %.c Makefile $(PAINC)
+ $(CC) -c $(CFLAGS) $< -o $@
+
+-bin:
++bin/:
+ mkdir bin
+
+-lib:
++lib/:
+ mkdir lib