diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-09 14:52:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-09 14:52:06 +0000 |
commit | 20d2598b777283dcd8ac4853f46249c0d9f8d071 (patch) | |
tree | ccc69218c0e7f7f3b364fa733a0772c418be6d51 /graphics/founts | |
parent | 73484742c4239eaefc4951a18b82e8bfc01a598d (diff) |
Unbreak
Notes
Notes:
svn path=/head/; revision=357164
Diffstat (limited to 'graphics/founts')
-rw-r--r-- | graphics/founts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/founts/Makefile b/graphics/founts/Makefile index c6b18ff64ad7..69a31d2161a5 100644 --- a/graphics/founts/Makefile +++ b/graphics/founts/Makefile @@ -25,8 +25,8 @@ DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ "${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 |