aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-12 16:55:37 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-12 18:36:06 +0000
commit90c2d7f0843c41dd2742c26d47637ca958612075 (patch)
tree85f4fa8988fcd178cc598603352c6f39587eaa61
parent52b6e58dc8906e9e186219987575248c259d9caf (diff)
downloadports-90c2d7f0843c41dd2742c26d47637ca958612075.tar.gz
ports-90c2d7f0843c41dd2742c26d47637ca958612075.zip
graphics/pixen: Unbreak on HEAD
- Adopt port
-rw-r--r--graphics/pixen/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
index c2b2ba51bb20..4df47653c226 100644
--- a/graphics/pixen/Makefile
+++ b/graphics/pixen/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Graphics editing software for small-scale pictures for GNUstep
WWW= https://www.opensword.org/Pixen/
@@ -17,7 +17,13 @@ USE_GNUSTEP= back build
ADDITIONAL_OBJCFLAGS+= -Dlog2=logb
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>