mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $
|
|
|
|
--- ffmpeg/Makefile.orig 2004-02-06 23:42:45.000000000 -0800
|
|
+++ ffmpeg/Makefile
|
|
@@ -136,10 +136,10 @@ installlib:
|
|
dep: depend
|
|
|
|
depend: .depend
|
|
- make -C libavcodec depend
|
|
- make -C libavformat depend
|
|
+ $(MAKE) -C libavcodec depend
|
|
+ $(MAKE) -C libavformat depend
|
|
ifeq ($(BUILD_VHOOK),yes)
|
|
- make -C vhook depend
|
|
+ $(MAKE) -C vhook depend
|
|
endif
|
|
|
|
.depend: $(SRCS)
|