Files
pkgsrc-ng/devel/gps/patches/patch-gps_gps.gpr
2014-11-05 12:41:07 +01:00

17 lines
568 B
Plaintext

$NetBSD: patch-gps_gps.gpr,v 1.3 2013/07/09 10:16:02 marino Exp $
Add binutils 2.22+ support
--- gps/gps.gpr.orig 2012-01-28 15:08:25.689555000 +0000
+++ gps/gps.gpr
@@ -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",
+ "-lgmodule-2.0");
end case;
-- for Default_Switches ("Ada") use ("-lgmem");
-- for Default_Switches ("Ada") use ("-pg");