diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 22:28:23 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 22:28:23 +0800 |
commit | 9824a1c273aff3bb5d8d1406737be40fb258c058 (patch) | |
tree | 735b42fa04a266a49ec322c27559a1ec99d7a5c4 /graphics/iec16022 | |
parent | 8b85bce963e784e47d472bb565572c6761659b38 (diff) | |
download | freebsd-ports-gnome-9824a1c273aff3bb5d8d1406737be40fb258c058.tar.gz freebsd-ports-gnome-9824a1c273aff3bb5d8d1406737be40fb258c058.tar.zst freebsd-ports-gnome-9824a1c273aff3bb5d8d1406737be40fb258c058.zip |
Strip binary
Diffstat (limited to 'graphics/iec16022')
-rw-r--r-- | graphics/iec16022/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |