pkgsrc-WIP-changes archive

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

ncspot: remove unused LDFLAGS setting



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Aug 20 04:09:16 2020 +0200
Changeset:	54815d6740891e43f528135981b31e8e4f94f18c

Modified Files:
	ncspot/Makefile

Log Message:
ncspot: remove unused LDFLAGS setting

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

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

diffstat:
 ncspot/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/ncspot/Makefile b/ncspot/Makefile
index 7013db4a91..1ce7ae02c3 100644
--- a/ncspot/Makefile
+++ b/ncspot/Makefile
@@ -17,9 +17,6 @@ PYTHON_FOR_BUILD_ONLY=		tool
 
 USE_NCURSES=	yes	# NCURSES_MOUSE_VERSION, also needs wide support
 
-LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE}
-LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib
-
 CARGO_CRATE_DEPENDS+=	addr2line-0.13.0
 CARGO_CRATE_DEPENDS+=	adler-0.2.3
 CARGO_CRATE_DEPENDS+=	aes-0.3.2


Home | Main Index | Thread Index | Old Index