diff options
Diffstat (limited to 'devel/upp')
-rw-r--r-- | devel/upp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile index 31ef9f60543a..96ab73471670 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -3,6 +3,7 @@ PORTNAME= upp PORTVERSION= 9251 +PORTREVISION= 1 CATEGORIES= devel x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2015.2/ DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} @@ -13,8 +14,6 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying -BROKEN= fails to build - LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libnotify.so:${PORTSDIR}/devel/libnotify @@ -66,6 +65,8 @@ post-patch: .SILENT -e 's|-Linux-|-BSD-FreeBSD-|' \ -e 's|-ldl|-lXau -lXdmcp -lfreetype -lexpat -lxcb -lpng -lexecinfo|' \ ${BUILD_WRKSRC}/Makefile +# Use simplified upstream patch to fix the build + ${REINPLACE_CMD} -e '/ftoutln.h/d' ${BUILD_WRKSRC}/CtrlCore/GtkDrawText.cpp post-build: .SILENT ${ECHO_CMD} "BUILDER = \"GCC\"" > ${WRKSRC}/GCC.bm |