git: f70559ce11ab - main - graphics/exiv2: drop unnecessary -lintl on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:25 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f70559ce11abde13ea47b56f702acb1d2ca195f4 commit f70559ce11abde13ea47b56f702acb1d2ca195f4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:08 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:08 +0000 graphics/exiv2: drop unnecessary -lintl on powerpc64 --- graphics/exiv2/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 101c7a212127..7a6149fb828b 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -46,7 +46,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-Source .include <bsd.port.options.mk> LDFLAGS_powerpc= -lintl -LDFLAGS_powerpc64= -lintl LDFLAGS_mips= -lintl LDFLAGS_mips64= -lintl