diff options
author | Eric Shattow <jnc@gentoo.org> | 2005-05-03 23:09:41 +0000 |
---|---|---|
committer | Eric Shattow <jnc@gentoo.org> | 2005-05-03 23:09:41 +0000 |
commit | 62667ad2a019a60061c44ac7c0ec3ce2e1326165 (patch) | |
tree | cab3b3201c3a07c0be83c32e66596f22103b2e36 /media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch | |
parent | bug 91287 (diff) | |
download | historical-62667ad2a019a60061c44ac7c0ec3ce2e1326165.tar.gz historical-62667ad2a019a60061c44ac7c0ec3ce2e1326165.tar.bz2 historical-62667ad2a019a60061c44ac7c0ec3ce2e1326165.zip |
<maintainer>
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch')
-rw-r--r-- | media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch deleted file mode 100644 index 829cb5cf3383..000000000000 --- a/media-sound/zynaddsubfx/files/zynaddsubfx-2.1.1-sanitize_makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -burN /var/tmp/portage/zynaddsubfx-2.1.1/work/ZynAddSubFX-2.1.1/src/Makefile ZynAddSubFX-2.1.1/src/Makefile ---- /var/tmp/portage/zynaddsubfx-2.1.1/work/ZynAddSubFX-2.1.1/src/Makefile 2004-09-30 15:57:48.000000000 -0500 -+++ ZynAddSubFX-2.1.1/src/Makefile 2004-10-13 02:50:11.923823045 -0500 -@@ -63,7 +63,6 @@ - .PHONY: subdirs $(SUBDIRS) - - all: -- yes " " | head - $(MAKE) -C UI $@ - # @sh -c "cd UI ; $(CXX) -MM -MG -w *.cc >> ../Make.deps ; cd .." - @for name in $(SUBDIRS); do sh -c "cd $$name ; $(CXX) -MM -MG -w *.C >> ../Make.deps ; cd .."; done |