diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-10 12:24:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-10 12:24:43 +0000 |
commit | 4dfe68878149d99055ab2b7b5b4d2f269efb42a8 (patch) | |
tree | 97716c9fb43e9c9975b2da7d9a4cfd7797ee5030 /x11/efltk/patches | |
parent | addf7c1ffa75ee69c7658708b5394029ac795f39 (diff) | |
download | pkgsrc-4dfe68878149d99055ab2b7b5b4d2f269efb42a8.tar.gz |
Don't run autoconf. It's not necessarily installed and it breaks
parallel builds.
Diffstat (limited to 'x11/efltk/patches')
-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 + |