aboutsummaryrefslogtreecommitdiffstats
path: root/games/apoolGL
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-08 07:03:12 +0800
committerJohn Marino <marino@FreeBSD.org>2013-10-08 07:03:12 +0800
commitcc27f63556a7861245cf4e44357bd1c194879b10 (patch)
treeb6680e968fa0ce8ffab8f44a0ea5e363cad1422f /games/apoolGL
parent37cf9a7ce363733cfb78661c70c68c9fe1b0885b (diff)
downloadfreebsd-ports-gnome-cc27f63556a7861245cf4e44357bd1c194879b10.tar.gz
freebsd-ports-gnome-cc27f63556a7861245cf4e44357bd1c194879b10.tar.zst
freebsd-ports-gnome-cc27f63556a7861245cf4e44357bd1c194879b10.zip
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
Diffstat (limited to 'games/apoolGL')
-rw-r--r--games/apoolGL/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/apoolGL/Makefile b/games/apoolGL/Makefile
index e53b3188046d..9f8e78e671c9 100644
--- a/games/apoolGL/Makefile
+++ b/games/apoolGL/Makefile
@@ -13,6 +13,7 @@ COMMENT= Another billiards simulator
USE_SDL= sdl
USE_GL= gl
+LDFLAGS+= -lm
PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features