summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/patches/patch-ag')
-rw-r--r--devel/anjuta/patches/patch-ag12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/anjuta/patches/patch-ag b/devel/anjuta/patches/patch-ag
index c0ff6846dae..7f993a89bf9 100644
--- a/devel/anjuta/patches/patch-ag
+++ b/devel/anjuta/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.2 2003/01/06 00:06:13 rh Exp $
+$NetBSD: patch-ag,v 1.3 2004/02/26 16:25:53 cube Exp $
---- data/properties/anjuta.properties.orig Sat Dec 14 07:24:17 2002
+--- data/properties/anjuta.properties.orig 2003-10-08 12:55:51.000000000 +0200
+++ data/properties/anjuta.properties
-@@ -495,7 +495,7 @@ fold.symbols=3
+@@ -500,7 +500,7 @@ fold.symbols=3
# | $(top.proj.dir) | project directory path #
##################################################################################################
@@ -11,10 +11,10 @@ $NetBSD: patch-ag,v 1.2 2003/01/06 00:06:13 rh Exp $
anjuta.make.options=-k
command.build.module=$(make) $(anjuta.make.options)
-@@ -504,7 +504,7 @@ command.build.tarball=$(make) $(anjuta.m
- command.build.install=$(make) $(anjuta.make.options) install
- command.build.clean=$(make) $(anjuta.make.options) clean
+@@ -511,7 +511,7 @@ command.build.clean=$(make) $(anjuta.mak
command.build.clean.all=$(make) $(anjuta.make.options) distclean
+ command.clean.build.module=$(make) clean all $(anjuta.make.options)
+ command.clean.build.project=$(make) clean all $(anjuta.make.options)
-command.execute.project="$(top.proj.dir)/$(module.source.name)/$(project.source.target)" $(anjuta.program.arguments)
+command.execute.project=$(top.proj.dir)/$(module.source.name)/$(project.source.target) $(anjuta.program.arguments)
command.terminal=gnome-terminal -e "$(anjuta.current.command)"