1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/xcb/Makefile
John Marino e891dad7f2 x11/xcb: Fix incorrectly built app-defaults file
The app-defaults file for xcb was not built correctly as a consequence of
the switch to clang and replacement of gcc's cpp to tradcpp which is more
strict about the order of the parameters.  The filename must be last on
the command line otherwise a zero-length file is created.

Fixed by moving the filename parameter to the end of the cpp command

PR:		188203
Submitted by:	callum (omma.gibson.athome)
2014-07-27 08:51:37 +00:00

25 lines
456 B
Makefile

# Created by: jkh
# $FreeBSD$
PORTNAME= xcb
PORTVERSION= 2.4
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://oldhome.schmorp.de/marc/data/ \
http://ftp.lyx.org/pub/pcg/marc/ \
http://fossies.org/unix/misc/old/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for managing x11 cut-buffers
LICENSE= MIT
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= bin/xcb \
lib/X11/app-defaults/Xcb \
man/man1/xcb.1.gz
.include <bsd.port.mk>