aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-26 08:55:17 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-26 08:55:17 +0800
commit5dca7924357807dff1221f81934de348d83b74ec (patch)
treed49332c02066a03a50a7ee3ac6d126b15debc06d /editors
parent31fa8fdd431fc1e7ac594707524694605ed9f754 (diff)
downloadfreebsd-ports-gnome-5dca7924357807dff1221f81934de348d83b74ec.tar.gz
freebsd-ports-gnome-5dca7924357807dff1221f81934de348d83b74ec.tar.zst
freebsd-ports-gnome-5dca7924357807dff1221f81934de348d83b74ec.zip
Err, USE_NEWGCC is needed. Put -fguiding-decls back in CFLAGS in
patch-aa
Diffstat (limited to 'editors')
-rw-r--r--editors/fine/Makefile1
-rw-r--r--editors/fine/files/patch-aa2
2 files changed, 2 insertions, 1 deletions
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