aboutsummaryrefslogtreecommitdiff
path: root/devel/google-gdata/files
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2010-06-02 01:55:45 +0000
committerRomain Tartière <romain@FreeBSD.org>2010-06-02 01:55:45 +0000
commitd4aaf9405ddc4316bed424cce68509cb410db47f (patch)
tree350ed38ea2cb9aee5ec0ee1a4a6b6c45f9703df3 /devel/google-gdata/files
parentf5ad9624495a4d1ead490755243274a1ca3adb4f (diff)
downloadports-d4aaf9405ddc4316bed424cce68509cb410db47f.tar.gz
ports-d4aaf9405ddc4316bed424cce68509cb410db47f.zip
Notes
Diffstat (limited to 'devel/google-gdata/files')
-rw-r--r--devel/google-gdata/files/patch-Makefile14
-rw-r--r--devel/google-gdata/files/patch-misc_gdata-sharp-core.pc.in11
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/google-gdata/files/patch-Makefile b/devel/google-gdata/files/patch-Makefile
new file mode 100644
index 000000000000..23b6ddd4cadd
--- /dev/null
+++ b/devel/google-gdata/files/patch-Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.orig
++++ Makefile
+@@ -121,7 +121,7 @@
+ install: all
+ for i in $(ALLLIBS); do gacutil -i $$i -package GData-Sharp -root "$(DESTDIR)$(PREFIX)/lib"; done
+ install -d "$(DESTDIR)$(PREFIX)/lib/pkgconfig"
+- install -m 644 -t "$(DESTDIR)$(PREFIX)/lib/pkgconfig" $(PKGCONFIG_FILES)
++ install -m 644 $(PKGCONFIG_FILES) "$(DESTDIR)$(PREFIX)/libdata/pkgconfig"
+
+ uninstall:
+ for i in $(ALLLIBS); do gacutil -u $$i -package GData-Sharp -root "$(DESTDIR)$(PREFIX)/lib"; done
diff --git a/devel/google-gdata/files/patch-misc_gdata-sharp-core.pc.in b/devel/google-gdata/files/patch-misc_gdata-sharp-core.pc.in
new file mode 100644
index 000000000000..2b437b3d54bb
--- /dev/null
+++ b/devel/google-gdata/files/patch-misc_gdata-sharp-core.pc.in
@@ -0,0 +1,11 @@
+
+$FreeBSD$
+
+--- misc/gdata-sharp-core.pc.in.orig
++++ misc/gdata-sharp-core.pc.in
+@@ -5,4 +5,4 @@
+ Description: CLI bindings to Google's online services (Core libraries)
+ Version: @VERSION@
+
+-Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
++Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll