diff options
author | wiz <wiz> | 2003-10-01 21:27:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-01 21:27:45 +0000 |
commit | 869f3b87e26bc4b52c0481659b5763fc18bae502 (patch) | |
tree | d8bc3fe4a106ae68f49ade8200b96260730cc509 /editors | |
parent | c8cd0df490bd538d7c164e0b41785ab5a40df1ff (diff) | |
download | pkgsrc-869f3b87e26bc4b52c0481659b5763fc18bae502.tar.gz |
Move comment so that this works. Closes PR 23030.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 8fd0b7808af..7a9019275b7 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2003/09/26 20:04:37 recht Exp $ +# $NetBSD: Makefile.common,v 1.8 2003/10/01 21:27:45 wiz Exp $ # DISTNAME= lyx-1.3.3 @@ -44,7 +44,8 @@ CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ CXXFLAGS+= -fpermissive -ftemplate-depth-30 . elif !empty(CC_VERSION:Mgcc-2.95.*) CXXFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 -. elif !empty(CC_VERSION:Mgcc-2.96*) # some Linux distros +. elif !empty(CC_VERSION:Mgcc-2.96*) +# some Linux distros CXXFLAGS+= -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend . elif !empty(CC_VERSION:Mgcc-3.0*) # no op |