2013-09-26 17:14:40 +02:00

25 lines
442 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2006/07/09 15:12:15 wiz Exp $
--- configure.orig 2004-08-14 23:04:00.000000000 +0000
+++ configure
@@ -26,16 +26,13 @@
# Default options
#
app="the application"
-prefix=/usr/local
+app="Magic Rescue"
+prefix=${PREFIX}
env_vars="CC CFLAGS CPPFLAGS LDFLAGS"
def_CC=cc
-def_CFLAGS="-O3 -Wall"
+def_CFLAGS="-Wall"
MAKE_VARS=
-if [ -f config.config ]; then
- . config.config
-fi
-
#
# Helper functions
#