diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-11-13 03:31:10 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-11-13 03:31:10 +0000 |
commit | 4f7dd00c8ad0da2c15ddf74b1206143c74d0e868 (patch) | |
tree | 29d85b641c61ce44f4d9ee6e3bd76c1be035b5a8 /audio/muine/files | |
parent | 2f6b3c37364ce1316f52966f21175ca066608764 (diff) |
Notes
Diffstat (limited to 'audio/muine/files')
-rw-r--r-- | audio/muine/files/patch-plugins_Makefile.in | 21 | ||||
-rw-r--r-- | audio/muine/files/patch-src-muine.in | 10 |
2 files changed, 10 insertions, 21 deletions
diff --git a/audio/muine/files/patch-plugins_Makefile.in b/audio/muine/files/patch-plugins_Makefile.in deleted file mode 100644 index 376f2b9abba7..000000000000 --- a/audio/muine/files/patch-plugins_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/Makefile.in.orig Wed Feb 15 02:50:49 2006 -+++ plugins/Makefile.in Wed Feb 15 10:42:55 2006 -@@ -503,7 +503,8 @@ - done - check-am: all-am - check: check-am --all-am: Makefile $(LTLIBRARIES) $(DATA) -+#all-am: Makefile $(LTLIBRARIES) $(DATA) -+all-am: - - installdirs: - $(mkinstalldirs) $(DESTDIR)$(muinelibdir) $(DESTDIR)$(plugindir) -@@ -551,7 +552,7 @@ - - info-am: - --install-data-am: install-muinelibLTLIBRARIES install-pluginDATA -+#install-data-am: install-muinelibLTLIBRARIES install-pluginDATA - - install-exec-am: - diff --git a/audio/muine/files/patch-src-muine.in b/audio/muine/files/patch-src-muine.in new file mode 100644 index 000000000000..cfed90dd2ada --- /dev/null +++ b/audio/muine/files/patch-src-muine.in @@ -0,0 +1,10 @@ +--- src/muine.in.orig 2007-11-07 20:28:52.000000000 +0000 ++++ src/muine.in 2007-11-07 20:29:06.000000000 +0000 +@@ -1,5 +1,5 @@ +-#!/bin/bash ++#!/bin/sh + + export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:@prefix@ + +-exec -a "muine" @mono@ @mono_flags@ @pkglibdir@/@target@ "$@" ++@mono@ @mono_flags@ @pkglibdir@/@target@ "$@" |