K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-15T11:11:58.281403Z K 7 svn:log V 369 devel/adacurses: Fix linking options on adacurses.gpr The options weren't getting sent to the linker. Moreover, the -lncurses switch was not required and runpath switches are required, otherwise the realtime linker finds the system libncurses before the ports version. Use "Linker_Options" instead of "Switches" to enable linker options. Reported by: Natacha Porte END