pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/ffmpeg2theora



Module Name:    pkgsrc
Committed By:   tron
Date:           Mon Jan  2 23:53:33 UTC 2023

Modified Files:
        pkgsrc/multimedia/ffmpeg2theora: Makefile

Log Message:
multimedia/ffmpeg2theora: Fix build

Link with the math library on all platforms. This fixes the build
under NetBSD 10.99.2.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/ffmpeg2theora/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/ffmpeg2theora/Makefile
diff -u pkgsrc/multimedia/ffmpeg2theora/Makefile:1.24 pkgsrc/multimedia/ffmpeg2theora/Makefile:1.25
--- pkgsrc/multimedia/ffmpeg2theora/Makefile:1.24       Tue Sep 27 20:58:25 2022
+++ pkgsrc/multimedia/ffmpeg2theora/Makefile    Mon Jan  2 23:53:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/09/27 20:58:25 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/01/02 23:53:33 tron Exp $
 
 DISTNAME=      ffmpeg2theora-0.30
 PKGREVISION=   10
@@ -15,9 +15,7 @@ USE_TOOLS+=           pkg-config
 
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 
-# for rintf(3)
-LDFLAGS.Linux+=        -lm
-LDFLAGS.SunOS+=        -lm
+LDFLAGS=       -lm
 
 SCONS_ARGS=    -C ${WRKSRC} destdir=${DESTDIR:Q} prefix=${PREFIX:Q}
 SCONS_ARGS+=   APPEND_CCFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index