1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11/xcb
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
..
files x11/xcb: Fix incorrectly built app-defaults file 2014-07-27 08:51:37 +00:00
distinfo
Makefile x11/xcb: Fix incorrectly built app-defaults file 2014-07-27 08:51:37 +00:00
pkg-descr