aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-04-15 06:15:24 +0000
committerCy Schubert <cy@FreeBSD.org>2016-04-15 06:15:24 +0000
commit687fcb57aeec06125bdd32abec51855f5492f747 (patch)
tree296e62ea35c0573c6b640363b401609dbd83af8e
parent104745ee9d7f052ee15738e77d5755a711d18a09 (diff)
downloadports-687fcb57aeec06125bdd32abec51855f5492f747.tar.gz
ports-687fcb57aeec06125bdd32abec51855f5492f747.zip
Fix build broken by r412929.
Notes
Notes: svn path=/head/; revision=413324
-rw-r--r--net/fspclient/files/patch-client__local__SConscript10
-rw-r--r--net/fspclient/files/patch-client__remote__SConscript9
2 files changed, 19 insertions, 0 deletions
diff --git a/net/fspclient/files/patch-client__local__SConscript b/net/fspclient/files/patch-client__local__SConscript
new file mode 100644
index 000000000000..dde24498ab00
--- /dev/null
+++ b/net/fspclient/files/patch-client__local__SConscript
@@ -0,0 +1,10 @@
+--- client/local/SConscript.orig 2009-09-15 13:34:20.000000000 -0700
++++ client/local/SConscript 2016-04-14 23:12:32.843629000 -0700
+@@ -10,6 +10,7 @@
+
+ curdir=Dir('.').srcnode().path
+ env.Command('table.h',sources,'cd %s;../maketable l' % curdir)
++env.Ignore('table.h','table.h')
+
+ local=env.StaticLibrary(target = 'local', source = sources)
+ env.Export("local")
diff --git a/net/fspclient/files/patch-client__remote__SConscript b/net/fspclient/files/patch-client__remote__SConscript
new file mode 100644
index 000000000000..d32947e61cc7
--- /dev/null
+++ b/net/fspclient/files/patch-client__remote__SConscript
@@ -0,0 +1,9 @@
+--- client/remote/SConscript.orig 2009-09-15 13:34:20.000000000 -0700
++++ client/remote/SConscript 2016-04-14 23:12:46.139184000 -0700
+@@ -9,5 +9,6 @@
+
+ curdir=Dir('.').srcnode().path
+ env.Command('table.h',sources,'cd %s;../maketable r' % curdir)
++env.Ignore('table.h','table.h')
+
+ env.Export("remote")