svn commit: r324869 - head/audio/dumb
John Marino
marino at FreeBSD.org
Sat Aug 17 20:37:01 UTC 2013
Author: marino
Date: Sat Aug 17 20:37:00 2013
New Revision: 324869
URL: http://svnweb.freebsd.org/changeset/ports/324869
Log:
audio/dumb: adjust for new devel/allegro
A month elapsed between the generation of the previous commit and when it was
finally committed. During that time, devel/allegro had a major update which
invalidated part of the previous commit, causing breakage of audio/dumb-allegro.
This commit corrects the previous one (carrying over the same approval.)
Approved by: culot (mentor, implicit)
Modified:
head/audio/dumb/Makefile
Modified: head/audio/dumb/Makefile
==============================================================================
--- head/audio/dumb/Makefile Sat Aug 17 20:16:17 2013 (r324868)
+++ head/audio/dumb/Makefile Sat Aug 17 20:37:00 2013 (r324869)
@@ -21,7 +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"
+MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg"
PKGNAMESUFFIX= -allegro
CONFLICTS= dumb-[0-9]*
.else
More information about the svn-ports-all
mailing list