summaryrefslogtreecommitdiff
path: root/graphics/libflash/patches/patch-ad
blob: 168cef807b48ed3750bf23c6e88e2805fd19f32e (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ad,v 1.2 2002/01/03 11:10:36 abs Exp $

--- Makefile.orig	Mon Jun 12 09:19:14 2000
+++ Makefile
@@ -1,4 +1,4 @@
-SUBDIRS= Jpeg Zlib Lib Player Plugin Kflash
+SUBDIRS?= Lib Player Plugin # Kflash
 
 all:
 	for subdir in $(SUBDIRS); do (cd $$subdir; $(MAKE)); done