88b3d47bfc
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
21 lines
375 B
Makefile
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>
|