diff options
Diffstat (limited to 'x11/efltk/patches/patch-ab')
-rw-r--r-- | x11/efltk/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/efltk/patches/patch-ab b/x11/efltk/patches/patch-ab new file mode 100644 index 00000000000..3ce8c934187 --- /dev/null +++ b/x11/efltk/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $ + +--- Makefile.orig 2005-09-02 02:05:03.000000000 +0200 ++++ Makefile 2005-09-02 02:05:13.000000000 +0200 +@@ -25,7 +25,7 @@ + SHELL=/bin/sh + OS_NAME := $(shell uname -s | sed "s/\//-/" | sed "s/_/-/" | sed "s/-.*//g") + +-DIRS = src tools themes efltk locale test ++DIRS = src themes efltk locale + + GENERATED = makeinclude efltk-config + |