summaryrefslogtreecommitdiff
path: root/filesystems/ori/patches/patch-orisync_SConscript
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-18 10:26:53 +0000
committerjoerg <joerg>2015-03-18 10:26:53 +0000
commite91325d63620c58f6d1893e634d76a1c04b08ffe (patch)
treeb6503e81e696f50f8c9ae6f738cfcb958bfeb9fc /filesystems/ori/patches/patch-orisync_SConscript
parent41cb07201dab75d32bec7f3f0e236bc853455bd9 (diff)
downloadpkgsrc-e91325d63620c58f6d1893e634d76a1c04b08ffe.tar.gz
Don't link against potentially non-existent library.
Diffstat (limited to 'filesystems/ori/patches/patch-orisync_SConscript')
-rw-r--r--filesystems/ori/patches/patch-orisync_SConscript14
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/ori/patches/patch-orisync_SConscript b/filesystems/ori/patches/patch-orisync_SConscript
new file mode 100644
index 00000000000..2896d968611
--- /dev/null
+++ b/filesystems/ori/patches/patch-orisync_SConscript
@@ -0,0 +1,14 @@
+$NetBSD: patch-orisync_SConscript,v 1.1 2015/03/18 10:26:53 joerg Exp $
+
+--- orisync/SConscript.orig 2015-03-18 00:34:37.000000000 +0000
++++ orisync/SConscript
+@@ -23,9 +23,6 @@ libs = [
+ "ori",
+ "fastlz",
+ "crypto",
+- "stdc++",
+- "event_core",
+- "event_extra",
+ ]
+
+ if sys.platform != "darwin":