mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
$NetBSD: patch-ab,v 1.5 2008/08/07 18:23:18 drochner Exp $
|
|
|
|
--- Makefile.in.orig 2008-07-18 16:41:56.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -200,7 +200,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = libmpeg2 include libvo src test vc++
|
|
+SUBDIRS = libmpeg2 include #libvo src test vc++
|
|
DIST_SUBDIRS = doc $(SUBDIRS)
|
|
EXTRA_DIST = bootstrap CodingStyle \
|
|
m4/cflags.m4 m4/inttypes.m4 m4/keywords.m4 m4/nonpic.m4
|