diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-02 14:41:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-02 14:41:37 +0000 |
commit | ac32004b2369851bd2c7ce4b1a69277b3203d5a0 (patch) | |
tree | c77569482e7ea4528857cb4dee254baf058d8eda /x11/efltk/patches/patch-ab | |
parent | bfabbb5bab5f7bc408342e68f4cf3513d433ddaf (diff) | |
download | pkgsrc-ac32004b2369851bd2c7ce4b1a69277b3203d5a0.tar.gz |
Initial import of efltk-2.0.5.
EFltk is a LGPL'd C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows. It is based on FLTK2 and is currently developed
by the Equinox Desktop Environment Team.
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 + |