diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-01-04 12:56:17 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-01-04 12:56:17 +0000 |
commit | 77a9e28f5361b932b880da8301625c39ca099efe (patch) | |
tree | 6b8c89704973e5545e802022cbc21789b165f37b /net-misc/asterisk/files/1.6.1 | |
parent | Version bump. Finally a working version. (diff) | |
download | gentoo-2-77a9e28f5361b932b880da8301625c39ca099efe.tar.gz gentoo-2-77a9e28f5361b932b880da8301625c39ca099efe.tar.bz2 gentoo-2-77a9e28f5361b932b880da8301625c39ca099efe.zip |
Update parallel make patchset as it broke for USE=keepsrc with make clean. An anonymous source on IRC pointed this out.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/asterisk/files/1.6.1')
-rw-r--r-- | net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make-v2.patch (renamed from net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make.patch) | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make.patch b/net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make-v2.patch index 8416ce9f5c06..603b88c1cbef 100644 --- a/net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make.patch +++ b/net-misc/asterisk/files/1.6.1/asterisk-1.6.1.12-parallel-make-v2.patch @@ -1,17 +1,6 @@ diff -uNr asterisk-1.6.1.12.ORIG/channels/Makefile asterisk-1.6.1.12/channels/Makefile --- asterisk-1.6.1.12.ORIG/channels/Makefile 2009-12-19 18:18:32.727000128 +0000 +++ asterisk-1.6.1.12/channels/Makefile 2009-12-19 18:18:42.016000126 +0000 -@@ -62,8 +62,8 @@ - endif - - clean:: -- $(MAKE) -C misdn clean -- if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi -+ +$(MAKE) -C misdn clean -+ if [ -f h323/Makefile ]; then +$(MAKE) -C h323 clean; fi - - dist-clean:: - rm -f h323/Makefile @@ -99,7 +99,7 @@ chan_usbradio.so: LIBS+=-lusb -lasound |