diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-21 07:49:05 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-21 07:49:05 +0000 |
commit | fa37b8b192e83ebd78393066ff968051b1ce19ce (patch) | |
tree | 8fdbc993a3f261c093cc2c478450bf506e81dcae /astro | |
parent | 11cf885ffef66551eb0991a4a2ecd7061661ef07 (diff) | |
download | ports-fa37b8b192e83ebd78393066ff968051b1ce19ce.tar.gz ports-fa37b8b192e83ebd78393066ff968051b1ce19ce.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsd/files/patch-libgps.pc.in | 10 | ||||
-rw-r--r-- | astro/gpsd/files/patch-libgpsd.pc.in | 10 |
3 files changed, 21 insertions, 1 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 646213090256..5346ecd199ac 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpsd PORTVERSION= 3.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro geography MASTER_SITES= SAVANNAH 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 |