From a2dc285c0ea59d2c14a2d9ea6899ed7a210ba5d5 Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 7 Oct 2013 23:40:23 +0000 Subject: Explicitly link libraries on 10 unmaintained ports The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5 --- lang/lafontaine/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index c582b1eb7042..735c172e6a49 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -17,6 +17,7 @@ USES= pathfix gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_CSTD= gnu89 +LDFLAGS+= -lm NO_STAGE= yes .include -- cgit