mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $
|
|
|
|
--- ffmpeg/configure.orig 2004-02-06 23:42:46.000000000 -0800
|
|
+++ ffmpeg/configure
|
|
@@ -25,7 +25,7 @@ cross_prefix=""
|
|
cc="gcc"
|
|
ar="ar"
|
|
ranlib="ranlib"
|
|
-make="make"
|
|
+make=${MAKE}
|
|
strip="strip"
|
|
cpu=`uname -m`
|
|
tune="generic"
|