summaryrefslogtreecommitdiff
path: root/cad/openscad/patches/patch-openscad.pro
diff options
context:
space:
mode:
Diffstat (limited to 'cad/openscad/patches/patch-openscad.pro')
-rw-r--r--cad/openscad/patches/patch-openscad.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/openscad/patches/patch-openscad.pro b/cad/openscad/patches/patch-openscad.pro
new file mode 100644
index 00000000000..3b5712720e5
--- /dev/null
+++ b/cad/openscad/patches/patch-openscad.pro
@@ -0,0 +1,14 @@
+$NetBSD: patch-openscad.pro,v 1.1.1.1 2012/02/27 14:44:29 reinoud Exp $
+
+--- openscad.pro.orig 2011-12-29 17:10:30.000000000 +0000
++++ openscad.pro
+@@ -275,6 +275,9 @@ macx {
+
+ isEmpty(PREFIX):PREFIX = /usr/local
+
++# fix pkgsrc prefix since it doesn't seem to get it from the environment
++PREFIX = @DESTDIR@@PREFIX@
++
+ target.path = $$PREFIX/bin/
+ INSTALLS += target
+