diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 08:55:17 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 08:55:17 +0800 |
commit | 5dca7924357807dff1221f81934de348d83b74ec (patch) | |
tree | d49332c02066a03a50a7ee3ac6d126b15debc06d /editors | |
parent | 31fa8fdd431fc1e7ac594707524694605ed9f754 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | editors/fine/files/patch-aa | 2 |
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 |