svn commit: r351115 - head/multimedia/sabbu

Dirk Meyer dinoex at FreeBSD.org
Sat Apr 12 18:16:22 UTC 2014


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


More information about the svn-ports-all mailing list