diff options
Diffstat (limited to 'x11/efltk/patches/patch-ab')
-rw-r--r-- | x11/efltk/patches/patch-ab | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/x11/efltk/patches/patch-ab b/x11/efltk/patches/patch-ab index 3ce8c934187..9200b56cb05 100644 --- a/x11/efltk/patches/patch-ab +++ b/x11/efltk/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $ +$NetBSD: patch-ab,v 1.2 2014/09/10 12:24:44 joerg Exp $ --- Makefile.orig 2005-09-02 02:05:03.000000000 +0200 +++ Makefile 2005-09-02 02:05:13.000000000 +0200 @@ -11,3 +11,14 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $ GENERATED = makeinclude efltk-config +@@ -118,8 +118,8 @@ else + $(GENERATED): configure makeinclude.in configh.in efltk-config.in + ./configure + +-configure: configure.in +- autoconf ++#configure: configure.in ++# autoconf + + endif + |