diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-09 22:52:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-09 22:52:06 +0800 |
commit | e9ea1ac92cec9813a84ff0a258ffab8e8ae4e1d5 (patch) | |
tree | ccc69218c0e7f7f3b364fa733a0772c418be6d51 /graphics/founts | |
parent | d987f68d593d887b84dce654c20735db770837d5 (diff) | |
download | freebsd-ports-gnome-e9ea1ac92cec9813a84ff0a258ffab8e8ae4e1d5.tar.gz freebsd-ports-gnome-e9ea1ac92cec9813a84ff0a258ffab8e8ae4e1d5.tar.zst freebsd-ports-gnome-e9ea1ac92cec9813a84ff0a258ffab8e8ae4e1d5.zip |
Unbreak
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 |