File gdata-sharp-find-nunit.patch of Package gdata-sharp
Index: libgoogle-data-mono-1.4.0.2/Makefile
===================================================================
--- libgoogle-data-mono-1.4.0.2.orig/Makefile
+++ libgoogle-data-mono-1.4.0.2/Makefile
@@ -128,7 +128,7 @@ uninstall:
for i in $(PKGCONFIG_FILES) ; do rm "$(DESTDIR)$(PREFIX)/lib/pkgconfig/$$i" ; done
tests: $(ALLLIBS)
- $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) -r:nunit.framework.dll $(test_sources)
+ $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) $(shell pkg-config --libs nunit) $(test_sources)
gbase_customertool_sources = samples/gbase/example.cs \
samples/gbase/customertool.cs \