Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 13:49:39 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427785 - head/multimedia/sabbu
Message-ID:  <201612041349.uB4Dnd3v023440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Dec  4 13:49:38 2016
New Revision: 427785
URL: https://svnweb.freebsd.org/changeset/ports/427785

Log:
  - fix build

Modified:
  head/multimedia/sabbu/Makefile

Modified: head/multimedia/sabbu/Makefile
==============================================================================
--- head/multimedia/sabbu/Makefile	Sun Dec  4 13:44:03 2016	(r427784)
+++ head/multimedia/sabbu/Makefile	Sun Dec  4 13:49:38 2016	(r427785)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libavcodec0.so:multimedia/f
 USES=		tar:bzip2 gmake pkgconfig iconv
 GNU_CONFIGURE=	yes
 
+USE_SDL=	sdl
 USE_GNOME=	gtk20
 CFLAGS+=	-I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib



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