b7572f8e4c
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
13 lines
485 B
Text
13 lines
485 B
Text
$NetBSD: patch-ak,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $
|
|
|
|
--- src/defaults.c.orig Thu Feb 14 20:28:35 2002
|
|
+++ src/defaults.c
|
|
@@ -258,7 +258,7 @@
|
|
"style.cpp.12=$(style.default.unclosedstring)\n"
|
|
"style.cpp.13=fore:#007F00,back:#E0FFE0,eolfilled\n"
|
|
"braces.cpp.style=10\n"
|
|
-"make=make\n"
|
|
+"make=gmake\n"
|
|
"command.build.module=$(make) $(anjuta.make.options)\n"
|
|
"command.build.project=$(make) $(anjuta.make.options)\n"
|
|
"command.build.tarball=$(make) $(anjuta.make.options) dist\n"
|