summaryrefslogtreecommitdiff
path: root/devel/gps
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 01:16:24 +0000
committermarino <marino>2012-01-29 01:16:24 +0000
commit95656e02d1b3950d2a8940edc8a6a8808519859f (patch)
tree37fb483d5b53762387a93a84f1b1bffe3657ba7c /devel/gps
parent85ad033df6d6491699df39c817b92181a1ac8f8f (diff)
downloadpkgsrc-95656e02d1b3950d2a8940edc8a6a8808519859f.tar.gz
devel/gps: Use only direct DSO linking
GPR projects ignore LDFLAGS* from pkgsrc, so the GPS project file had to be modified with new linker switches to X libs in order to make gnu linker v2.22 happy.
Diffstat (limited to 'devel/gps')
-rw-r--r--devel/gps/distinfo3
-rw-r--r--devel/gps/patches/patch-gps_gps.gpr13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/gps/distinfo b/devel/gps/distinfo
index 92571a8b90c..e14495765f4 100644
--- a/devel/gps/distinfo
+++ b/devel/gps/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2011/10/14 17:22:06 marino Exp $
+$NetBSD: distinfo,v 1.4 2012/01/29 01:16:24 marino Exp $
SHA1 (gps-5.0.1.tar.bz2) = 5fc7fba2d80b2b405c60b0a4ecc6c4d2792a3829
RMD160 (gps-5.0.1.tar.bz2) = 17d90cd493cca50a70ebb4118b69ebba759b964a
@@ -12,3 +12,4 @@ SHA1 (patch-ak) = 415e7a0017ce22fa28657dcafabc6ebc7c151582
SHA1 (patch-al) = cf6fb268ebce1895c22686c987d24a4f031aba01
SHA1 (patch-am) = bb0257d86161abd39d9d8a952a0a20d921d401dc
SHA1 (patch-an) = 9a12bfd2950fe4fc06a72f5970ff125cdddb6f82
+SHA1 (patch-gps_gps.gpr) = fbcb7d38a0910d24a14f30b982a85f2c89c2828a
diff --git a/devel/gps/patches/patch-gps_gps.gpr b/devel/gps/patches/patch-gps_gps.gpr
new file mode 100644
index 00000000000..b51a9556d42
--- /dev/null
+++ b/devel/gps/patches/patch-gps_gps.gpr
@@ -0,0 +1,13 @@
+$NetBSD: patch-gps_gps.gpr,v 1.1 2012/01/29 01:16:24 marino Exp $
+
+--- gps/gps.gpr.orig 2012-01-28 15:08:25.689555000 +0000
++++ gps/gps.gpr
+@@ -73,7 +73,7 @@ project GPS is
+ when "Windows_NT" =>
+ for Default_Switches ("Ada") use ("obj/gps.res");
+ when "unix" =>
+- null;
++ for Default_Switches ("Ada") use ("-lXrender", "-lX11");
+ end case;
+ -- for Default_Switches ("Ada") use ("-lgmem");
+ -- for Default_Switches ("Ada") use ("-pg");