diff options
author | glebius <glebius@FreeBSD.org> | 2015-05-21 15:49:05 +0800 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-05-21 15:49:05 +0800 |
commit | 08885dd1e48cd7c9c90e00b64dafb2c9dd1302f3 (patch) | |
tree | 8fdbc993a3f261c093cc2c478450bf506e81dcae /astro/gpsd/files | |
parent | c833572547b9a9cf368aa3bf6b68dac711fae480 (diff) | |
download | freebsd-ports-gnome-08885dd1e48cd7c9c90e00b64dafb2c9dd1302f3.tar.gz freebsd-ports-gnome-08885dd1e48cd7c9c90e00b64dafb2c9dd1302f3.tar.zst freebsd-ports-gnome-08885dd1e48cd7c9c90e00b64dafb2c9dd1302f3.zip |
Fix paths in pkgconf installed files.
Submitted by: Craig Whipp <crwhipp gmail.com>
Diffstat (limited to 'astro/gpsd/files')
-rw-r--r-- | astro/gpsd/files/patch-libgps.pc.in | 10 | ||||
-rw-r--r-- | astro/gpsd/files/patch-libgpsd.pc.in | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/astro/gpsd/files/patch-libgps.pc.in b/astro/gpsd/files/patch-libgps.pc.in new file mode 100644 index 000000000000..2a0106e99fcf --- /dev/null +++ b/astro/gpsd/files/patch-libgps.pc.in @@ -0,0 +1,10 @@ +--- libgps.pc.in.orig 2015-01-25 12:09:01.000000000 +0000 ++++ libgps.pc.in 2015-05-21 02:11:05.192169497 +0000 +@@ -1,6 +1,6 @@ + prefix=@prefix@ + exec_prefix=${prefix} +-libdir=@libdir@ ++libdir=${prefix}/@libdir@ + includedir=${prefix}/include + + Name: GPSD diff --git a/astro/gpsd/files/patch-libgpsd.pc.in b/astro/gpsd/files/patch-libgpsd.pc.in new file mode 100644 index 000000000000..913feef4b813 --- /dev/null +++ b/astro/gpsd/files/patch-libgpsd.pc.in @@ -0,0 +1,10 @@ +--- libgpsd.pc.in.orig 2015-01-23 18:48:09.000000000 +0000 ++++ libgpsd.pc.in 2015-05-21 02:11:05.192169497 +0000 +@@ -1,6 +1,6 @@ + prefix=@prefix@ + exec_prefix=${prefix} +-libdir=${exec_prefix}@libdir@ ++libdir=${prefix}/@libdir@ + includedir=${prefix}/include + + Name: libgpsd |