pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc96
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Nov 30 16:20:48 UTC 2023
Modified Files:
pkgsrc/lang/ghc96: Makefile
Log Message:
ghc96: Remove more SunOS hacks.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ghc96/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ghc96/Makefile
diff -u pkgsrc/lang/ghc96/Makefile:1.4 pkgsrc/lang/ghc96/Makefile:1.5
--- pkgsrc/lang/ghc96/Makefile:1.4 Wed Nov 1 17:53:53 2023
+++ pkgsrc/lang/ghc96/Makefile Thu Nov 30 16:20:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/01 17:53:53 pho Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/30 16:20:48 jperkin Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -303,12 +303,6 @@ TOOL_DEPENDS+= compat90-[0-9]*:../../emu
ALL_ENV+= LD_LIBRARY_PATH=${PREFIX}/emul/netbsd/usr/lib
.endif
-# On Solaris-based platforms our bootkit tends to depend on
-# pkgsrc-installed shlibs.
-.if ${OPSYS} == "SunOS"
-ALL_ENV+= LD_LIBRARY_PATH=${PREFIX}/lib
-.endif
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index