pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(ham/wsjtx) Drop not used Fortran_FLAGS+=-L${PREFIX}/lib



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Apr 3 09:12:55 2021 +0900
Changeset:	7880f98b3e83d333dc854873609c05c739233c2d

Modified Files:
	wsjtx/Makefile

Log Message:
(ham/wsjtx) Drop not used Fortran_FLAGS+=-L${PREFIX}/lib

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7880f98b3e83d333dc854873609c05c739233c2d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wsjtx/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index de43e8acd7..2223d8d162 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -32,9 +32,7 @@ CMAKE_ARGS+=	-DQt5Test_DIR=${PREFIX}/qt5/lib/cmake/Qt5Test
 
 #IBUSB_CFLAGS+=	-lusb-1.0 -L${PREFIX}/lib
 LDFLAGS+=	${COMPILER_RPATH_FLAG}=-lusb-1.0 -L${PREFIX}/lib
-#MAKE_ENV+=	LIBUSB_FLAGS='-lusb-1.0 -L${PREFIX}/lib'
 MAKE_ENV+=	AM_LDFLAGS='-lusb-1.0 -L${PREFIX}/lib'
-MAKE_ENV+=	'Fortran_FLAGS+=-L${PREFIX}/lib'
 
 # debug only (checking log)
 #AKE_JOBS_SAFE=	no


Home | Main Index | Thread Index | Old Index