summaryrefslogtreecommitdiff
path: root/cad/boolean/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-21 18:01:18 +0000
committerjoerg <joerg>2008-06-21 18:01:18 +0000
commit50367dcf1993a61345549b63a89d71a58602e8d5 (patch)
tree571984435488cb839d1f4646e95affaa9216d84c /cad/boolean/patches
parent28d5986e6dd0598f9a137c39af82d398b0764e05 (diff)
downloadpkgsrc-50367dcf1993a61345549b63a89d71a58602e8d5.tar.gz
Don't leak WRKDIR in rpath. Bump revision.
Diffstat (limited to 'cad/boolean/patches')
-rw-r--r--cad/boolean/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/boolean/patches/patch-ad b/cad/boolean/patches/patch-ad
new file mode 100644
index 00000000000..469262ced36
--- /dev/null
+++ b/cad/boolean/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.6 2008/06/21 18:01:19 joerg Exp $
+
+--- apps/edit/CMakeLists.txt.orig 2008-06-21 11:49:28.000000000 +0000
++++ apps/edit/CMakeLists.txt
+@@ -128,5 +128,6 @@ ELSE(WIN32)
+ ENDIF(WIN32)
+
+ TARGET_LINK_LIBRARIES( edit ${WXART2D_LIBS} kbool )
++SET_TARGET_PROPERTIES( edit PROPERTIES SKIP_BUILD_RPATH ON )
+
+