Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 18:16:21 +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: r351115 - head/multimedia/sabbu
Message-ID:  <201404121816.s3CIGLqK071770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Apr 12 18:16:21 2014
New Revision: 351115
URL: http://svnweb.freebsd.org/changeset/ports/351115
QAT: https://qat.redports.org/buildarchive/r351115/

Log:
  - fix build on FreeBSD-10

Modified:
  head/multimedia/sabbu/Makefile

Modified: head/multimedia/sabbu/Makefile
==============================================================================
--- head/multimedia/sabbu/Makefile	Sat Apr 12 17:39:33 2014	(r351114)
+++ head/multimedia/sabbu/Makefile	Sat Apr 12 18:16:21 2014	(r351115)
@@ -18,6 +18,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 CFLAGS+=	-I${LOCALBASE}/include/ffmpeg0 ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale0
+LDFLAGS+=	-lgmodule-2.0
 
 OPTIONS_DEFINE=	GTKSPELL
 OPTIONS_DEFAULT=GTKSPELL



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