mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4b90f1e3fe
software synthesizer, allowing it to function as a DSSI plugin. WWW: http://dssi.sourceforge.net/ PR: ports/108124 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
22 lines
810 B
Plaintext
22 lines
810 B
Plaintext
--- src/Makefile.in.orig Tue Jan 23 21:35:02 2007
|
|
+++ src/Makefile.in Tue Jan 23 21:35:52 2007
|
|
@@ -697,12 +697,12 @@
|
|
|
|
# create symlinks for the plugin to jack-dssi-host
|
|
install-exec-hook:
|
|
- if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \
|
|
- cd $(DESTDIR)$(bindir) ; \
|
|
- if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \
|
|
- $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \
|
|
- fi ; \
|
|
- fi
|
|
+# if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \
|
|
+# cd $(DESTDIR)$(bindir) ; \
|
|
+# if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \
|
|
+# $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \
|
|
+# fi ; \
|
|
+# fi
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|