]> git.pld-linux.org Git - packages/dotnet-gtk-sharp2.git/blame - dotnet-gtk-sharp2-nognome.patch
- added nognome patch to fix build without gnome
[packages/dotnet-gtk-sharp2.git] / dotnet-gtk-sharp2-nognome.patch
CommitLineData
53b3021f
JB
1--- gtk-sharp-2.8.2/sample/gnomevfs/Makefile.am.orig 2006-02-16 18:30:08.000000000 +0100
2+++ gtk-sharp-2.8.2/sample/gnomevfs/Makefile.am 2006-03-04 17:29:33.491697500 +0100
3@@ -13,15 +13,16 @@
4 TestSyncWrite.exe \
5 TestUnlink.exe \
6 TestVolumes.exe
7-else
8-TARGETS =
9-endif
10-
11 if ENABLE_MONOGETOPTIONS
12 EXTRA_TARGETS = TestXfer.exe
13 else
14 EXTRA_TARGETS =
15 endif
16+else
17+TARGETS =
18+EXTRA_TARGETS =
19+endif
20+
21
22 assemblies=../../glib/glib-sharp.dll ../../gnomevfs/gnome-vfs-sharp.dll
23 references = $(addprefix /r:, $(assemblies))
This page took 0.02925 seconds and 4 git commands to generate.