summaryrefslogtreecommitdiff
path: root/graphics/ivtools/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ivtools/patches/patch-ap')
-rw-r--r--graphics/ivtools/patches/patch-ap14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/ivtools/patches/patch-ap b/graphics/ivtools/patches/patch-ap
new file mode 100644
index 00000000000..e54f8c0350f
--- /dev/null
+++ b/graphics/ivtools/patches/patch-ap
@@ -0,0 +1,14 @@
+$NetBSD: patch-ap,v 1.3 2007/02/15 18:26:16 joerg Exp $
+
+--- src/TopoFace/Imakefile.orig 2007-02-15 16:42:36.000000000 +0000
++++ src/TopoFace/Imakefile
+@@ -7,6 +7,9 @@ PACKAGE = TopoFace
+ #ifdef InObjectCodeDir
+
+ LIB = TopoFace
++OTHER_CCLDFLAGS= -Wl,-rpath-link,../../IV/${ARCHORCPU} -L../../IV/${ARCHORCPU} -lIV
++OTHER_CCLDFLAGS+= -Wl,-rpath-link,../../Unidraw/${ARCHORCPU} -L../../Unidraw/${ARCHORCPU} -lUnidraw
++
+
+
+ MakeLibrary($(LIB),$(VERSION))