pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lpe Fixed quoting bugs related to autoconf2.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd3e62b56152
branches:  trunk
changeset: 504676:dd3e62b56152
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 18 20:57:26 2005 +0000

description:
Fixed quoting bugs related to autoconf2.13.

diffstat:

 editors/lpe/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 4ae1c143cf30 -r dd3e62b56152 editors/lpe/Makefile
--- a/editors/lpe/Makefile      Sun Dec 18 20:49:48 2005 +0000
+++ b/editors/lpe/Makefile      Sun Dec 18 20:57:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/11 21:16:46 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/18 20:57:26 rillig Exp $
 #
 
 DISTNAME=      lpe-1.2.6
@@ -21,9 +21,11 @@
 
 SHLIBTOOL_OVERRIDE=    libtool
 
-CONFIGURE_ENV+=                EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q}
-MAKE_ENV+=             EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q}
-CFLAGS+=               -DPREFIX=\"${PREFIX:Q}\"
+# Note: pkglint warns about the following three lines, but they must not
+# be changed because this package uses autoconf2.13.
+CONFIGURE_ENV=         EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+MAKE_ENV=              EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+CFLAGS=                        -DPREFIX="\"${PREFIX}\""
 
 post-patch:
        @cd ${WRKSRC}/man &&                            \



Home | Main Index | Thread Index | Old Index