aboutsummaryrefslogtreecommitdiff
path: root/audio/dumb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-14 14:12:06 +0000
committerJohn Marino <marino@FreeBSD.org>2013-08-14 14:12:06 +0000
commit28fe760c74e1a733c4023c3b7b598a2121950db0 (patch)
tree067bf8f56a0fd795e58330193a21fc1774827fb3 /audio/dumb
parent7947ce717fff6be3775a653a8ef57120f4ba70e2 (diff)
downloadports-28fe760c74e1a733c4023c3b7b598a2121950db0.tar.gz
ports-28fe760c74e1a733c4023c3b7b598a2121950db0.zip
audio/dumb: directly link libraries
Fixes indirect linking errors on modern binutils (fix from dports) Approved by: culot (mentor), maintainer timeout
Notes
Notes: svn path=/head/; revision=324723
Diffstat (limited to 'audio/dumb')
-rw-r--r--audio/dumb/Makefile1
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