mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
29 lines
727 B
Makefile
29 lines
727 B
Makefile
# Created by: jmz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xgrab
|
|
PORTVERSION= 2.41
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XCONTRIB/applications
|
|
DISTNAME= ${PORTNAME}sc.2_41
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 image grabber
|
|
|
|
BUILD_DEPENDS= xrdb:x11/xrdb
|
|
|
|
BROKEN_armv6= fails to install: xrdb: Socket is not connected: Can't open display ':0'
|
|
BROKEN_armv7= fails to install: xrdb: Socket is not connected: Can't open display ':0'
|
|
|
|
USES= display:build imake:notall tar:Z
|
|
USE_XORG= x11 xaw
|
|
|
|
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
|
|
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
|
CFLAGS+= -Wno-error=return-type
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c
|
|
|
|
.include <bsd.port.mk>
|