Move comment so that this works. Closes PR 23030.
This commit is contained in:
parent
48e5ec18b9
commit
1b11b40d9b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue