Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 20:37:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324869 - head/audio/dumb
Message-ID:  <201308172037.r7HKb0eO009853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308172037.r7HKb0eO009853>