From a491d34e15ded2e7eb637547760f3b1ea7e47a97 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Thu, 26 Aug 1999 00:55:17 +0000 Subject: Err, USE_NEWGCC is needed. Put -fguiding-decls back in CFLAGS in patch-aa --- editors/fine/Makefile | 1 + editors/fine/files/patch-aa | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/fine') diff --git a/editors/fine/Makefile b/editors/fine/Makefile index 1efd3759d4de..e669320e5b45 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://razor.fer.uni-lj.si/pub/software/bojank/fine/ MAINTAINER= cpiazza@FreeBSD.org +USE_NEWGCC= yes USE_GMAKE= yes USE_QT= yes WRKSRC= ${WRKDIR}/fine diff --git a/editors/fine/files/patch-aa b/editors/fine/files/patch-aa index 06a65c34c87c..05ee1bbf4bce 100644 --- a/editors/fine/files/patch-aa +++ b/editors/fine/files/patch-aa @@ -18,7 +18,7 @@ M = moc_ -OPTIONS = -g -ansi -fguiding-decls -+OPTIONS = ${CFLAGS} -DFINEDIR=\""${PREFIX}/share/fine\"" ++OPTIONS = ${CFLAGS} -fguiding-decls -DFINEDIR=\""${PREFIX}/share/fine\"" OBJ = qsmartedit.o qcolormultilinedit.o undoredo.o qeditor.o qfontselect.o qcolordialog.o qcolorlistboxitem.o qkeyworddialog.o qhotkeydialog.o METAOBJ = qsmartedit.mo qcolormultilinedit.mo qeditor.mo qfontselect.mo qcolordialog.mo qkeyworddialog.mo qhotkeydialog.mo -- cgit v1.2.3