Date: Sat, 21 Jan 2006 19:15:29 +0000 (UTC) From: Dejan Lesjak <lesi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pixmap Makefile Message-ID: <200601211915.k0LJFTsZ012115@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lesi 2006-01-21 19:15:29 UTC
FreeBSD ports repository
Modified files:
graphics/pixmap Makefile
Log:
Fix breakage after X.Org upgrade to 6.9:
A macro that helps gcc4 checking of sentinels was introduced in Xlib.h,
Intrinsic.h and IntrinsicI.h and is defined in Xfuncproto.h. Apparently
the sequence of including these X headers is not quite like this port
would want it to be so the macros don't get expanded. Workaround this by
adding them to CFLAGS as they would be for not-gcc4 case.
Revision Changes Path
1.20 +2 -0 ports/graphics/pixmap/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601211915.k0LJFTsZ012115>
