svn commit: r413324 - head/net/fspclient/files
Cy Schubert
cy at FreeBSD.org
Fri Apr 15 06:15:25 UTC 2016
Author: cy
Date: Fri Apr 15 06:15:24 2016
New Revision: 413324
URL: https://svnweb.freebsd.org/changeset/ports/413324
Log:
Fix build broken by r412929.
Added:
head/net/fspclient/files/patch-client__local__SConscript (contents, props changed)
head/net/fspclient/files/patch-client__remote__SConscript (contents, props changed)
Added: head/net/fspclient/files/patch-client__local__SConscript
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/fspclient/files/patch-client__local__SConscript Fri Apr 15 06:15:24 2016 (r413324)
@@ -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")
Added: head/net/fspclient/files/patch-client__remote__SConscript
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/fspclient/files/patch-client__remote__SConscript Fri Apr 15 06:15:24 2016 (r413324)
@@ -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")
More information about the svn-ports-head
mailing list