illumos-gate: omit tagged pointers on SPARC, causes panic on UltraI/II systems
[oi-userland.git] / components / x11 / libXmu / Makefile
blob510b701480ccae525f8b16bd39516ae5dfc5b731
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Alexander Pyhalov
16 X11_CATEGORY=LIB
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= libXmu
21 COMPONENT_VERSION= 1.1.4
22 COMPONENT_REVISION= 1
23 COMPONENT_SUMMARY= libXmu - miscellaneous utility functions for Xaw and Xt clients
24 COMPONENT_ARCHIVE_EXTENSION= .tar.xz
25 COMPONENT_ARCHIVE_HASH= sha256:210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244
26 COMPONENT_FMRI= x11/library/libxmu
27 COMPONENT_LICENSE_FILE= COPYING
29 TEST_TARGET= $(TEST_64)
30 include $(WS_MAKE_RULES)/common.mk
32 COMPONENT_PREP_ACTION = ( cp -r $(COMPONENT_DIR)/srcs/* $(SOURCE_DIR) && \
33 cd $(@D) && PATH="$(PATH)" autoreconf -f -i )
35 CFLAGS += -I/usr/include/X11/xcms
37 CONFIGURE_OPTIONS += --without-lint
38 CONFIGURE_OPTIONS += --disable-lint-library
40 COMPONENT_BUILD_ARGS += V=1
42 unexport SHELLOPTS
43 COMPONENT_TEST_TRANSFORMS += '-e "s/ [0-9].[0-9][0-9] s//" '
44 COMPONENT_TEST_TRANSFORMS += \
45 '-n ' \
46 '-e "/OK:/p" ' \
47 '-e "/PASS:/p" ' \
48 '-e "/FAIL:/p" '
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES += system/library
52 REQUIRED_PACKAGES += system/library/math
53 REQUIRED_PACKAGES += x11/library/libx11
54 REQUIRED_PACKAGES += x11/library/libxext
55 REQUIRED_PACKAGES += x11/library/toolkit/libxt