Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 22:34:57 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366278 - head/emulators/kcemu/files
Message-ID:  <201408262234.s7QMYvKM057038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Aug 26 22:34:57 2014
New Revision: 366278
URL: http://svnweb.freebsd.org/changeset/ports/366278
QAT: https://qat.redports.org/buildarchive/r366278/

Log:
  Fix a build failure. Still fails later in the build.

Added:
  head/emulators/kcemu/files/patch-src__kc__Makefile.in   (contents, props changed)

Added: head/emulators/kcemu/files/patch-src__kc__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/kcemu/files/patch-src__kc__Makefile.in	Tue Aug 26 22:34:57 2014	(r366278)
@@ -0,0 +1,11 @@
+--- ./src/kc/Makefile.in.orig	2014-08-26 18:21:23.760929977 -0400
++++ ./src/kc/Makefile.in	2014-08-26 18:22:29.185129977 -0400
+@@ -282,7 +282,7 @@
+ KCEMU_MINOR_VERSION = @KCEMU_MINOR_VERSION@
+ LDFLAGS = @LDFLAGS@
+ LIBAVFORMAT_CFLAGS = @LIBAVFORMAT_CFLAGS@
+-LIBAVFORMAT_LIBS = @LIBAVFORMAT_LIBS@
++LIBAVFORMAT_LIBS = @LIBAVFORMAT_LIBS@ -lavcodec -lavutil
+ LIBDIRAC_CFLAGS = @LIBDIRAC_CFLAGS@
+ LIBDIRAC_LIBS = @LIBDIRAC_LIBS@
+ LIBGIF_LIBS = @LIBGIF_LIBS@



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