mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
$NetBSD: patch-af,v 1.2 2013/10/20 17:52:57 joerg Exp $
|
|
|
|
--- src/Imakefile.orig 2006-03-29 20:52:53.000000000 +0000
|
|
+++ src/Imakefile
|
|
@@ -17,7 +17,7 @@ XPMLIB =
|
|
|
|
#ifdef XAW3D
|
|
XAWDEFINES = -DXAW3D
|
|
-XAWLIB = $(XAWLIBDIR) -lXaw3d
|
|
+XAWLIB = $(XAWLIBDIR) ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lXaw3d
|
|
#endif
|
|
|
|
#ifdef USE_HISTORY
|