ports/devel/tclvfs/files/patch-Makefile.in
Pietro Cerutti ad8d42f1ab - New port: devel/tclvfs
The TclVfs project aims to provide an extension to the Tcl language which
allows Virtual Filesystems to be built using Tcl scripts only. It is also a
repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http,
webdav, namespace, url)

WWW: http://sourceforge.net/projects/tclvfs/
2013-11-13 16:54:21 +00:00

12 lines
358 B
Text

--- Makefile.in.orig 2013-04-30 12:23:15.000000000 +0200
+++ Makefile.in 2013-04-30 12:23:54.000000000 +0200
@@ -256,7 +256,8 @@
VPATH = $(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
-.c.@OBJEXT@:
+
+vfs.@OBJEXT@: $(srcdir)/generic/vfs.c
$(COMPILE) -c `@CYGPATH@ $<` -o $@
#========================================================================