15 lines
657 B
Text
15 lines
657 B
Text
$NetBSD: patch-au,v 1.2 2007/02/19 20:31:50 joerg Exp $
|
|
|
|
--- src/AttrGlyph/Imakefile.orig 2007-02-15 16:55:28.000000000 +0000
|
|
+++ src/AttrGlyph/Imakefile
|
|
@@ -7,6 +7,10 @@ PACKAGE = AttrGlyph
|
|
#ifdef InObjectCodeDir
|
|
|
|
LIB = AttrGlyph
|
|
+OTHER_CCLDFLAGS= -Wl,-rpath-link,../../IV/${ARCHORCPU} -L../../IV/${ARCHORCPU} -lIV -lc
|
|
+OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../Unidraw/${ARCHORCPU} -L../../Unidraw/${ARCHORCPU} -lUnidraw
|
|
+OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../IVGlyph/${ARCHORCPU} -L../../IVGlyph/${ARCHORCPU} -lIVGlyph
|
|
+OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../Attribute/${ARCHORCPU} -L../../Attribute/${ARCHORCPU} -lAttribute
|
|
|
|
Use_libInterViews()
|
|
|