diff options
author | marino <marino@FreeBSD.org> | 2013-10-08 07:03:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-08 07:03:12 +0800 |
commit | 680c587ef2151dfff2e7b2858411604623ad1c9d (patch) | |
tree | b6680e968fa0ce8ffab8f44a0ea5e363cad1422f /games/newvox | |
parent | 4bdd0434fc8f2a83b43fd6fa56a17f89698e6aad (diff) | |
download | freebsd-ports-gnome-680c587ef2151dfff2e7b2858411604623ad1c9d.tar.gz freebsd-ports-gnome-680c587ef2151dfff2e7b2858411604623ad1c9d.tar.zst freebsd-ports-gnome-680c587ef2151dfff2e7b2858411604623ad1c9d.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/newvox')
-rw-r--r-- | games/newvox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile index 182280512a7d..499e854f7f03 100644 --- a/games/newvox/Makefile +++ b/games/newvox/Makefile @@ -12,6 +12,7 @@ COMMENT= Voxel-style landscape rendering fly-by USE_SDL= sdl GNU_CONFIGURE= yes +LDFLAGS+= -lm NO_STAGE= yes do-install: |