From fe7f548c5d1df34a4f8f787ad8357cf80e298a3f Mon Sep 17 00:00:00 2001 From: "Phil Krylov (philkrylov)" Date: Sun, 8 Mar 2009 22:04:32 +0000 Subject: dev-lang/xharbour: New ebuild for bug 123975. Thanks to Clemens Dudek and Bel Zébute . MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/sunrise/; revision=8026 --- dev-lang/xharbour/files/xharbour-skip-static-utils.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-lang/xharbour/files/xharbour-skip-static-utils.patch (limited to 'dev-lang/xharbour/files/xharbour-skip-static-utils.patch') diff --git a/dev-lang/xharbour/files/xharbour-skip-static-utils.patch b/dev-lang/xharbour/files/xharbour-skip-static-utils.patch new file mode 100644 index 000000000..133bc3d08 --- /dev/null +++ b/dev-lang/xharbour/files/xharbour-skip-static-utils.patch @@ -0,0 +1,11 @@ +--- xharbour-1.0.0-beta1/Makefile.orig2 2009-03-04 19:33:50.000000000 +0300 ++++ xharbour-1.0.0-beta1/Makefile 2009-03-05 12:30:40.000000000 +0300 +@@ -7,7 +7,7 @@ + DIRS=\ + include \ + source \ +- utils{source} \ ++# utils{source} \ + # tests \ + # samples \ + -- cgit v1.2.3-65-gdbad