summaryrefslogtreecommitdiff
path: root/editors/lyx-qt
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /editors/lyx-qt
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.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/Makefile4
-rw-r--r--editors/lyx-qt/Makefile.common6
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