diff options
Diffstat (limited to 'x11/fltk/patches/patch-aa')
-rw-r--r-- | x11/fltk/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/fltk/patches/patch-aa b/x11/fltk/patches/patch-aa index 3308e1f793d..b7d75c6dd83 100644 --- a/x11/fltk/patches/patch-aa +++ b/x11/fltk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2004/10/21 08:29:45 adam Exp $ +$NetBSD: patch-aa,v 1.7 2006/01/22 11:11:34 wiz Exp $ ---- Makefile.orig 2004-10-18 20:22:21.000000000 +0000 +--- Makefile.orig 2006-01-15 19:36:16.000000000 +0100 +++ Makefile -@@ -25,7 +25,7 @@ +@@ -27,7 +27,7 @@ include makeinclude @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.6 2004/10/21 08:29:45 adam Exp $ all: makeinclude for dir in $(DIRS); do\ -@@ -33,6 +33,14 @@ all: makeinclude +@@ -35,6 +35,14 @@ all: makeinclude (cd $$dir; $(MAKE) $(MFLAGS)) || break;\ done |