From 9824a1c273aff3bb5d8d1406737be40fb258c058 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 8 Aug 2016 14:28:23 +0000 Subject: Strip binary --- graphics/iec16022/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/iec16022') diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 956748ff0d2a..6e2a99fc7314 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -3,7 +3,7 @@ PORTNAME= iec16022 PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ LOCAL/ehaupt @@ -21,6 +21,8 @@ USES= libtool pkgconfig CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c -- cgit