]> git.pld-linux.org Git - packages/dotnet-gtk-sharp2.git/commitdiff
- fix build without gnomevfs
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Mar 2006 16:50:41 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtk-sharp2-nognome.patch -> 1.1

dotnet-gtk-sharp2-nognome.patch [new file with mode: 0644]

diff --git a/dotnet-gtk-sharp2-nognome.patch b/dotnet-gtk-sharp2-nognome.patch
new file mode 100644 (file)
index 0000000..5a12bb7
--- /dev/null
@@ -0,0 +1,23 @@
+--- gtk-sharp-2.8.2/sample/gnomevfs/Makefile.am.orig   2006-02-16 18:30:08.000000000 +0100
++++ gtk-sharp-2.8.2/sample/gnomevfs/Makefile.am        2006-03-04 17:29:33.491697500 +0100
+@@ -13,15 +13,16 @@
+       TestSyncWrite.exe       \
+       TestUnlink.exe          \
+       TestVolumes.exe
+-else
+-TARGETS =
+-endif
+-
+ if ENABLE_MONOGETOPTIONS
+ EXTRA_TARGETS = TestXfer.exe
+ else
+ EXTRA_TARGETS =
+ endif
++else
++TARGETS =
++EXTRA_TARGETS =
++endif
++
+ assemblies=../../glib/glib-sharp.dll ../../gnomevfs/gnome-vfs-sharp.dll
+ references = $(addprefix /r:, $(assemblies))
This page took 0.040246 seconds and 4 git commands to generate.