pkgsrc/multimedia/mlt/patches/patch-ae
marino 3c25d08a4a multimedia/mlt: Add DragonFly support
Teach various configuration scripts about DragonFly.
2012-09-01 11:18:53 +00:00

15 lines
343 B
Text

$NetBSD: patch-ae,v 1.3 2012/09/01 11:18:54 marino Exp $
# Add support for NetBSD & DragonFly - match FreeBSD
--- src/modules/sox/configure.orig 2010-09-14 06:00:09.000000000 +0000
+++ src/modules/sox/configure
@@ -8,7 +8,7 @@ then
Darwin)
LDD="otool -L"
;;
- Linux|FreeBSD)
+ Linux|FreeBSD|NetBSD|DragonFly)
LDD="ldd"
;;
*)