summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-aa
blob: 4d098ba1093d9b0e0070c0ffa63a09f8f583dbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.5 2005/10/16 11:37:16 tonio Exp $

--- configure.orig	2003-12-05 13:51:16.000000000 +0100
+++ configure
@@ -25330,8 +25330,8 @@ _ACEOF
 # The directory where all files are installed by running "make install". We
 # cannot use AC_DEFINE_UNQUOTED here because ${prefix} is not set until the
 # end of the configure script. Thanks to Phillip Rulon for spotting that.
-CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\\\"\$(prefix)/share/elk\\\""
-CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(prefix)/lib/elk\\\""
+CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\"\\\"\$(prefix)/share/elk\\\"\""
+CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\"\\\"\$(prefix)/lib/elk\\\"\""
 
 #define FIND_AOUT defined(USE_LD) || defined(CAN_DUMP) || defined(INIT_OBJECTS)