aboutsummaryrefslogtreecommitdiff
path: root/devel/gps
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-01 09:23:15 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-01 09:23:15 +0000
commit80c98016dba1f271db9b4c49d51598247aeccc57 (patch)
tree77b4da16a321ec851f3d95fcae2c23811e4bb6da /devel/gps
parent9c460b491b76c6042cd0ec436bddceca8fc77d31 (diff)
downloadports-80c98016dba1f271db9b4c49d51598247aeccc57.tar.gz
ports-80c98016dba1f271db9b4c49d51598247aeccc57.zip
Notes
Diffstat (limited to 'devel/gps')
-rw-r--r--devel/gps/Makefile2
-rw-r--r--devel/gps/files/patch-gnatlib_src_gnatcoll__readline.gpr.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile
index 1f7d98412263..16633363e674 100644
--- a/devel/gps/Makefile
+++ b/devel/gps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gps
PORTVERSION= 5.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= gps-5.2.1-1-src
diff --git a/devel/gps/files/patch-gnatlib_src_gnatcoll__readline.gpr.in b/devel/gps/files/patch-gnatlib_src_gnatcoll__readline.gpr.in
index 8e1b06646d24..b9f3bed4a092 100644
--- a/devel/gps/files/patch-gnatlib_src_gnatcoll__readline.gpr.in
+++ b/devel/gps/files/patch-gnatlib_src_gnatcoll__readline.gpr.in
@@ -14,8 +14,8 @@
-- When linking an executable
case Gnatcoll_Shared.Readline is
- when "yes" => for Linker_Options use ("-lreadline");
-+ when "yes" => for Linker_Options use ("-L@PREFIX@/lib",
-+ "-lreadline");
++ when "yes" => for Linker_Options use ("-rpath=@PREFIX@/lib",
++ "-L@PREFIX@/lib", "-lreadline");
when "no" => null;
end case;
end Linker;