aboutsummaryrefslogtreecommitdiffstats
path: root/net/minidlna
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-06-25 06:39:03 +0800
committermm <mm@FreeBSD.org>2011-06-25 06:39:03 +0800
commitd6f1cd0642c72b4a97c86285f8288ec1da1a1dba (patch)
treef5cf0c3ced1a0f21adf086a6927682de1c5c9c7a /net/minidlna
parent26924fe0b776003dc0d244f9405a6b6969f71eb1 (diff)
downloadfreebsd-ports-gnome-d6f1cd0642c72b4a97c86285f8288ec1da1a1dba.tar.gz
freebsd-ports-gnome-d6f1cd0642c72b4a97c86285f8288ec1da1a1dba.tar.zst
freebsd-ports-gnome-d6f1cd0642c72b4a97c86285f8288ec1da1a1dba.zip
Bump due to ffmpeg update to 0.7.1
Diffstat (limited to 'net/minidlna')
-rw-r--r--net/minidlna/Makefile2
-rw-r--r--net/minidlna/files/BSDmakefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile
index 623bafa2ce37..53bea078ca63 100644
--- a/net/minidlna/Makefile
+++ b/net/minidlna/Makefile
@@ -7,7 +7,7 @@
PORTNAME= minidlna
PORTVERSION= 2010.12.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net multimedia www
MASTER_SITES= http://aldan.algebra.com/~mi/
diff --git a/net/minidlna/files/BSDmakefile b/net/minidlna/files/BSDmakefile
index ab8a0128bc29..387110811263 100644
--- a/net/minidlna/files/BSDmakefile
+++ b/net/minidlna/files/BSDmakefile
@@ -7,7 +7,9 @@ VERS!= uname -r
CFLAGS+=-I${FILESDIR} -I${.CURDIR} -I${LOCALBASE}/include -I${LOCALBASE}/include/ffmpeg
CFLAGS+=-I${LOCALBASE}/include/libavutil
CFLAGS+=-DPREFIX='"${PREFIX}"' -DOS='"${OS}"' -DOSVERSION='"${VERS}"'
-CFLAGS+=-Wformat -Werror
+CFLAGS+=-Wformat
+
+NO_WERROR= true
LDADD+= -L${LOCALBASE}/lib
LDADD+= -lsqlite3 -ljpeg -lexif -lid3tag -logg -lvorbis -lFLAC -lavformat