SOURCES: dotnet-gtk-sharp2-nognome.patch (NEW) - fix build without...

qboosh qboosh at pld-linux.org
Sat Mar 4 17:50:46 CET 2006


Author: qboosh                       Date: Sat Mar  4 16:50:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build without gnomevfs

---- Files affected:
SOURCES:
   dotnet-gtk-sharp2-nognome.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dotnet-gtk-sharp2-nognome.patch
diff -u /dev/null SOURCES/dotnet-gtk-sharp2-nognome.patch:1.1
--- /dev/null	Sat Mar  4 17:50:46 2006
+++ SOURCES/dotnet-gtk-sharp2-nognome.patch	Sat Mar  4 17:50:41 2006
@@ -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))
================================================================


More information about the pld-cvs-commit mailing list