12 lines
345 B
Text
12 lines
345 B
Text
$NetBSD: patch-as,v 1.4 2007/02/19 20:31:50 joerg Exp $
|
|
|
|
--- src/IVGlyph/Imakefile.orig 2007-02-15 16:51:15.000000000 +0000
|
|
+++ src/IVGlyph/Imakefile
|
|
@@ -7,6 +7,7 @@ PACKAGE = IVGlyph
|
|
#ifdef InObjectCodeDir
|
|
|
|
LIB = IVGlyph
|
|
+OTHER_CCLDFLAGS= -Wl,-rpath-link,../../IV/${ARCHORCPU} -L../../IV/${ARCHORCPU} -lIV -lX11 -lc
|
|
|
|
Use_libInterViews()
|
|
|