pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc7



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Nov  1 06:10:23 UTC 2019

Modified Files:
        pkgsrc/lang/ghc7: Makefile

Log Message:
ghc7: refine NetBSD 9.x build fix for sandboxed pbulk


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/ghc7/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/ghc7/Makefile
diff -u pkgsrc/lang/ghc7/Makefile:1.35 pkgsrc/lang/ghc7/Makefile:1.36
--- pkgsrc/lang/ghc7/Makefile:1.35      Tue Oct 29 05:12:47 2019
+++ pkgsrc/lang/ghc7/Makefile   Fri Nov  1 06:10:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/10/29 05:12:47 gutteridge Exp $
+# $NetBSD: Makefile,v 1.36 2019/11/01 06:10:23 gutteridge Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -193,6 +193,10 @@ BUILD_DEPENDS+=    docbook-xsl-[0-9]*:../..
 # compat80.
 .if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
 BUILD_DEPENDS+=        compat80-[0-9]*:../../emulators/compat80
+# In a sandboxed build environment, we have to reach over to the
+# installed libraries themselves, since the symlinks compat80 adds
+# to the /usr tree can't be applied.
+MAKE_ENV+=     LD_LIBRARY_PATH=${LOCALBASE}/emul/netbsd/usr/lib
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index