pkgsrc-WIP-changes archive

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

(lang/rakudo-star) clean up a little bit. Comments or unused line deleted



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Oct 31 23:00:05 2020 +0900
Changeset:	4d69536018ed8b639d123344eb87f6068239814b

Modified Files:
	rakudo-star/Makefile

Log Message:
(lang/rakudo-star) clean up a little bit. Comments or unused line deleted

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

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

diffstat:
 rakudo-star/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/rakudo-star/Makefile b/rakudo-star/Makefile
index eda138b753..f30a6a53c7 100644
--- a/rakudo-star/Makefile
+++ b/rakudo-star/Makefile
@@ -15,8 +15,6 @@ LICENSE=	artistic-2.0
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	perl
-# to find libmoar.so
-LDFLAGS+=	-L ${PREFIX}/lib ${COMPILER_RPATH_FLAG}=${PREFIX}/lib
 
 PLIST_SRC+=	${PLIST_SRC_DFLT}
 
@@ -26,8 +24,7 @@ PLIST_SRC+=	PLIST.shared
 USE_TOOLS+=	gmake
 .endif
 
-#AKE_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/lib:${PREFIX}/lib
-#KGSRC_MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/lib:${PREFIX}/lib
+# to find libmoar.so
 PKGSRC_MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/lib
 
 PLIST_SUBST+=		PARROT_VERSION=${PARROT_VERSION:Q}


Home | Main Index | Thread Index | Old Index