freebsd-ports/x11-clocks/xclock/Makefile
Christian Weisgerber 88b3d47bfc Fix a crash on sparc64 (and other 64-bit strict alignment archs).
The pid variable that is passed to XChangeProperty() is not a long.
The libX11 code deferences the variable as a long and on a 64-bit
sparc this must be aligned on a 8-byte boundary.

Obtained from:	upstream
2010-08-07 14:10:01 +00:00

21 lines
375 B
Makefile

# New ports collection makefile for: xclock
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xclock
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= x11-clocks
MAINTAINER= x11@FreeBSD.org
COMMENT= Analog and digital clock for X
XORG_CAT= app
USE_XORG= xrender xft xkbfile xt xaw
MAN1= xclock.1
.include <bsd.port.mk>