diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /editors/lyx-qt | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index dff63444668..c098c787db3 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/23 00:28:12 reed Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/22 19:26:25 wiz Exp $ # .include "./Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (QT version) CONFLICTS+= lyx-xforms-[0-9]* -CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ --with-qt-dir=${QTDIR:Q} \ --with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include \ --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \ diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index daa404481e5..1ab2f4ea163 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2007/02/01 22:28:48 joerg Exp $ +# $NetBSD: Makefile.common,v 1.45 2007/02/22 19:26:25 wiz Exp $ # DISTNAME= lyx-1.4.3 @@ -67,8 +67,8 @@ CXXFLAGS+= -fno-exceptions .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc" \ || ${MACHINE_ARCH} == "m68k") -CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} -CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} +CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} +CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q} . endif |