summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2theora
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-12 23:02:11 +0000
committertnn <tnn@pkgsrc.org>2016-03-12 23:02:11 +0000
commit8f3d3f79de742f52f07e1d075e579b32edccc27b (patch)
tree33239f4405f46c385de53a1eae41792bc160b748 /multimedia/ffmpeg2theora
parent5f53e84c4bf97e63c265a98abc4675658dd99aef (diff)
downloadpkgsrc-8f3d3f79de742f52f07e1d075e579b32edccc27b.tar.gz
needs -lm on Linux
Diffstat (limited to 'multimedia/ffmpeg2theora')
-rw-r--r--multimedia/ffmpeg2theora/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile
index 0db8178ed4c..410f9386530 100644
--- a/multimedia/ffmpeg2theora/Makefile
+++ b/multimedia/ffmpeg2theora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/01/31 02:44:23 mef Exp $
+# $NetBSD: Makefile,v 1.12 2016/03/12 23:02:11 tnn Exp $
DISTNAME= ffmpeg2theora-0.30
CATEGORIES= multimedia
@@ -15,6 +15,8 @@ BUILD_DEPENDS+= scons>=1.3.1:../../devel/scons
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+# for rintf(3)
+LDFLAGS.Linux+= -lm
LDFLAGS.SunOS+= -lm
SCONS= ${PREFIX}/bin/scons