diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 22:12:06 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 22:12:06 +0800 |
commit | 28fe760c74e1a733c4023c3b7b598a2121950db0 (patch) | |
tree | 067bf8f56a0fd795e58330193a21fc1774827fb3 /audio/dumb | |
parent | 7947ce717fff6be3775a653a8ef57120f4ba70e2 (diff) | |
download | freebsd-ports-gnome-28fe760c74e1a733c4023c3b7b598a2121950db0.tar.gz freebsd-ports-gnome-28fe760c74e1a733c4023c3b7b598a2121950db0.tar.zst freebsd-ports-gnome-28fe760c74e1a733c4023c3b7b598a2121950db0.zip |
audio/dumb: directly link libraries
Fixes indirect linking errors on modern binutils (fix from dports)
Approved by: culot (mentor), maintainer timeout
Diffstat (limited to 'audio/dumb')
-rw-r--r-- | audio/dumb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile index bab3656b58c4..69b444f5a6ae 100644 --- a/audio/dumb/Makefile +++ b/audio/dumb/Makefile @@ -21,6 +21,7 @@ ALLEGRO_DESC= Enable allegro support LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" +MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg ${LOCALBASE}/lib/liballeg_unsharable.a" PKGNAMESUFFIX= -allegro CONFLICTS= dumb-[0-9]* .else |