summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-af
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-26 16:25:52 +0000
committercube <cube@pkgsrc.org>2004-02-26 16:25:52 +0000
commit2c722fbedc8609e94092a79f037849e9fff4651c (patch)
tree197911493f8cedeb5964b7c0594b68ae849f4145 /devel/anjuta/patches/patch-af
parent3e210c9c4231ea65a36db5c94dd6e1cdca73d1c0 (diff)
downloadpkgsrc-2c722fbedc8609e94092a79f037849e9fff4651c.tar.gz
Update to version 1.2.1, with some ideas from Nir Mor.
anjuta now uses GTK+2/GNOME2 environment. There has been a lot of active development since the 1.0 branch, listing it would be way too long (parsing it, too). Refer to ChangeLog in the WRKSRC directory.
Diffstat (limited to 'devel/anjuta/patches/patch-af')
-rw-r--r--devel/anjuta/patches/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/anjuta/patches/patch-af b/devel/anjuta/patches/patch-af
deleted file mode 100644
index 6e9b85144c3..00000000000
--- a/devel/anjuta/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.2 2003/01/06 00:06:12 rh Exp $
-
---- data/Makefile.in.orig Sun Dec 15 02:01:04 2002
-+++ data/Makefile.in
-@@ -556,8 +556,8 @@ clean-local:
- @rm -f system.tags
-
- system.tags:
-- cd $(top_builddir)/tagmanager && make libctags.a
-- cd $(top_builddir)/global-tags && make system.tags
-+ cd $(top_builddir)/tagmanager && ${MAKE} libctags.a
-+ cd $(top_builddir)/global-tags && ${MAKE} system.tags
- mv $(top_builddir)/global-tags/system.tags .
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.