403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/audio/swh-lv2/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/audio/swh-lv2/files/patch-Makefile
--- Makefile.orig	2016-04-14 12:55:22 UTC
+++ Makefile
@@ -1,5 +1,5 @@
-PREFIX = /usr/local
-INSTALL_DIR = $(PREFIX)/lib/lv2
+PREFIX ?= /usr/local
+INSTALL_DIR = $(DESTDIR)$(PREFIX)/lib/lv2
 
 VERSION = 1.0.16
 
@@ -59,7 +59,7 @@ OBJECTS = $(shell echo $(BUILD_PLUGINS) 
 all: util gverb $(OBJECTS)
 
 gverb: gverb/gverb.c gverb/gverbdsp.c gverb/gverb.o gverb/gverbdsp.o
-	(cd gverb && make -w CFLAGS="$(PLUGIN_CFLAGS)" LDFLAGS="$(PLUGIN_LDFLAGS)")
+	(cd gverb && $(MAKE) -w CFLAGS="$(PLUGIN_CFLAGS)" LDFLAGS="$(PLUGIN_LDFLAGS)")
 
 util/pitchscale.o:
 	$(CC) $(PLUGIN_CFLAGS) $(fftw3_CFLAGS) $*.c -c -o $@
@@ -92,8 +92,7 @@ dist-clean:
 real-clean:
 	rm -f plugins/*/*.{c,ttl,$(EXT),o,in} util/*.o gverb/*.o
 
-install:
-	@echo 'use install-user to install in home or install-system to install system wide'
+install: install-system
 
 install-system: INSTALL_DIR_REALLY=$(INSTALL_DIR)
 install-system: all install-really

Youez - 2016 - github.com/yon3zu
LinuXploit