Date: Mon, 9 Jun 2014 14:52:07 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357164 - head/graphics/founts Message-ID: <201406091452.s59Eq7WC054221@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jun 9 14:52:06 2014 New Revision: 357164 URL: http://svnweb.freebsd.org/changeset/ports/357164 QAT: https://qat.redports.org/buildarchive/r357164/ Log: Unbreak Modified: head/graphics/founts/Makefile Modified: head/graphics/founts/Makefile ============================================================================== --- head/graphics/founts/Makefile Mon Jun 9 14:50:22 2014 (r357163) +++ head/graphics/founts/Makefile Mon Jun 9 14:52:06 2014 (r357164) @@ -25,8 +25,8 @@ DESKTOP_ENTRIES="Founts" "${COMMENT}" "$ "${PORTNAME}" "Graphics;Game;" false post-patch: - @${REINPLACE_CMD} -e 's|#define ELAST 1.7||' \ - ${WRKSRC}/${PORTNAME}.c +# @${REINPLACE_CMD} -e 's|#define ELAST 1.7||' \ +# ${WRKSRC}/${PORTNAME}.c @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091452.s59Eq7WC054221>