mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
$NetBSD: patch-an,v 1.4 2007/02/19 20:31:49 joerg Exp $
|
|
|
|
--- src/Unidraw-common/Imakefile.orig 2007-02-15 16:34:42.000000000 +0000
|
|
+++ src/Unidraw-common/Imakefile
|
|
@@ -8,6 +8,7 @@ NO_IVMKCM = 1
|
|
#ifdef InObjectCodeDir
|
|
|
|
LIB = Unidraw-common
|
|
+OTHER_CCLDFLAGS= -Wl,-rpath-link,../../IV/${ARCHORCPU} -L../../IV/${ARCHORCPU} -lIV -lc
|
|
|
|
MakeLibrary($(LIB),$(VERSION))
|
|
|