summaryrefslogtreecommitdiff
path: root/x11/efltk/patches/patch-ab
blob: 9200b56cb05991b7643c8dace60876e6f5008c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$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
@@ -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
 
@@ -118,8 +118,8 @@ else
 $(GENERATED): configure makeinclude.in configh.in efltk-config.in
 	./configure
 
-configure: configure.in
-	autoconf
+#configure: configure.in
+#	autoconf
 	
 endif