summaryrefslogtreecommitdiff
path: root/graphics/ivtools/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ivtools/patches/patch-ao')
-rw-r--r--graphics/ivtools/patches/patch-ao15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/ivtools/patches/patch-ao b/graphics/ivtools/patches/patch-ao
new file mode 100644
index 00000000000..18d83e7905c
--- /dev/null
+++ b/graphics/ivtools/patches/patch-ao
@@ -0,0 +1,15 @@
+$NetBSD: patch-ao,v 1.3 2007/02/15 18:26:16 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
++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))
+