diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 17:56:48 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 17:56:48 +0000 |
commit | c29bc6f0185be3e399be314c523121f0526071f5 (patch) | |
tree | 7c58212cdd921deb1c3718c24987c9b64b79333b /devel/gps/patches | |
parent | db38b7170170d9451bf486369c93cea8e59b0b8f (diff) | |
download | pkgsrc-c29bc6f0185be3e399be314c523121f0526071f5.tar.gz |
devel/gps: Fix indirect linking on DragonFly
Diffstat (limited to 'devel/gps/patches')
-rw-r--r-- | devel/gps/patches/patch-gps_gps.gpr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gps/patches/patch-gps_gps.gpr b/devel/gps/patches/patch-gps_gps.gpr index b51a9556d42..3f85d3d072e 100644 --- a/devel/gps/patches/patch-gps_gps.gpr +++ b/devel/gps/patches/patch-gps_gps.gpr @@ -1,13 +1,14 @@ -$NetBSD: patch-gps_gps.gpr,v 1.1 2012/01/29 01:16:24 marino Exp $ +$NetBSD: patch-gps_gps.gpr,v 1.2 2012/05/16 17:56:49 marino Exp $ --- gps/gps.gpr.orig 2012-01-28 15:08:25.689555000 +0000 +++ gps/gps.gpr -@@ -73,7 +73,7 @@ project GPS is +@@ -73,7 +73,8 @@ project GPS is when "Windows_NT" => for Default_Switches ("Ada") use ("obj/gps.res"); when "unix" => - null; -+ for Default_Switches ("Ada") use ("-lXrender", "-lX11"); ++ for Default_Switches ("Ada") use ("-lXrender", "-lX11", ++ "-lgmodule-2.0"); end case; -- for Default_Switches ("Ada") use ("-lgmem"); -- for Default_Switches ("Ada") use ("-pg"); |