mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
563 B
Plaintext
16 lines
563 B
Plaintext
$NetBSD: patch-ao,v 1.4 2007/02/19 20:31:49 joerg Exp $
|
|
|
|
--- src/Attribute/Imakefile.orig 2007-02-15 16:36:04.000000000 +0000
|
|
+++ src/Attribute/Imakefile
|
|
@@ -7,6 +7,10 @@ PACKAGE = Attribute
|
|
#ifdef InObjectCodeDir
|
|
|
|
LIB = Attribute
|
|
+OTHER_CCLDFLAGS= -Wl,-rpath-link,../../IV/${ARCHORCPU} -L../../IV/${ARCHORCPU} -lIV -lc
|
|
+OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../ComUtil/${ARCHORCPU} -L../../ComUtil/${ARCHORCPU} -lComUtil
|
|
+OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../Unidraw/${ARCHORCPU} -L../../Unidraw/${ARCHORCPU} -lUnidraw
|
|
+
|
|
|
|
MakeLibrary($(LIB),$(VERSION))
|
|
|