svn commit: r326408 - in head/multimedia/pwcbsd: . files
Lars Engels
lme at FreeBSD.org
Thu Sep 5 15:52:22 UTC 2013
Author: lme
Date: Thu Sep 5 15:52:21 2013
New Revision: 326408
URL: http://svnweb.freebsd.org/changeset/ports/326408
Log:
- Fix build with clang [1]
- Use to new LIB_DEPENDS format
Reported by: pkg-fallout
Added:
head/multimedia/pwcbsd/files/patch-pwc-dec23.c (contents, props changed)
Modified:
head/multimedia/pwcbsd/Makefile (contents, props changed)
Modified: head/multimedia/pwcbsd/Makefile
==============================================================================
--- head/multimedia/pwcbsd/Makefile Thu Sep 5 15:33:39 2013 (r326407)
+++ head/multimedia/pwcbsd/Makefile Thu Sep 5 15:52:21 2013 (r326408)
@@ -45,7 +45,7 @@ ALL_TARGET= all
.if ${PORT_OPTIONS:MPROGRAMS}
ALL_TARGET+= pwcview
PROGRAMS= pwcview
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
MAN1= pwcview.1
USE_SDL= sdl
PLIST_SUB+= PROGRAMS=""
Added: head/multimedia/pwcbsd/files/patch-pwc-dec23.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/pwcbsd/files/patch-pwc-dec23.c Thu Sep 5 15:52:21 2013 (r326408)
@@ -0,0 +1,11 @@
+--- pwc-dec23.c.orig 2013-09-05 17:36:27.000000000 +0200
++++ pwc-dec23.c 2013-09-05 17:37:27.000000000 +0200
+@@ -261,7 +261,7 @@
+ {
+ int flags;
+ struct pwc_dec23_private *pdev = data;
+- release = release;
++ /* release = release; */
+
+ switch (type) {
+ case 720:
More information about the svn-ports-all
mailing list