mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
$NetBSD: patch-al,v 1.5 2015/12/29 23:34:48 dholland Exp $
|
|
|
|
Use the right library path.
|
|
|
|
--- ipl/BuildBin.orig
|
|
+++ ipl/BuildBin
|
|
@@ -13,8 +13,8 @@
|
|
TOP=`cd ..; pwd`
|
|
BIN=$TOP/bin
|
|
PATH=$BIN:$PATH
|
|
-IPATH=$TOP/lib
|
|
-LPATH=$TOP/lib
|
|
+IPATH=$TOP/lib/icon
|
|
+LPATH=$TOP/lib/icon
|
|
export PATH IPATH LPATH
|
|
|
|
# Figure out executable extension
|