Avoid building unnecessary demos and tests.
The pixmap package does not install neither the demos nor the tests it includes, yet these get built as part of "make all". Disable them to shorten build times and, particularly, to workaround ld(1) crashes triggered by them in powerpc64; see PR bin/202284 for details. Reviewed by: kwm (maintainer), bdrewery (mentor) Differential Revision: https://reviews.freebsd.org/D3372
This commit is contained in:
parent
e492407e3e
commit
3f6b173a3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399873
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ XORG_CAT= lib
|
|||
CONFIGURE_ARGS= --disable-gtk
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
# Build the library exclusively, thus disabling the demos and the tests (which
|
||||
# do not get installed anyway). This is to workaround a problem in powerpc64
|
||||
# where the build of the tests crashes ld; see PR bin/202284.
|
||||
MAKE_ARGS= SUBDIRS=pixman
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue