mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
$NetBSD: patch-ac,v 1.2 2013/04/14 00:30:02 cheusov Exp $
|
|
|
|
Don't build tests.
|
|
|
|
--- Makefile.am.orig 2012-09-28 14:04:28.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -24,7 +24,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = va dummy_drv_video pkgconfig test debian.upstream doc
|
|
+SUBDIRS = va dummy_drv_video pkgconfig debian.upstream doc
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = \
|