illumos-gate: omit tagged pointers on SPARC, causes panic on UltraI/II systems
[oi-userland.git] / components / x11 / xclip / Makefile
blob74bf195502b20f1f9888c20b28b0a8971bd4c528
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2012, Bayard G. Bell. All rights reserved.
23 BUILD_BITS=64
24 include ../../../make-rules/shared-macros.mk
26 COMPONENT_NAME= xclip
27 COMPONENT_VERSION= 0.13
28 COMPONENT_REVISION= 1
29 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_PROJECT_URL= https://github.com/astrand/xclip
31 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
32 COMPONENT_ARCHIVE_HASH= \
33 sha256:ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
34 COMPONENT_ARCHIVE_URL= \
35 https://github.com/astrand/xclip/archive/$(COMPONENT_VERSION).tar.gz
37 TEST_TARGET=$(NO_TESTS)
38 include $(WS_MAKE_RULES)/common.mk
40 COMPONENT_PREP_ACTION = (cd $(@D); autoreconf -f -i)
42 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
44 REQUIRED_PACKAGES += SUNWcs
45 REQUIRED_PACKAGES += system/library
46 REQUIRED_PACKAGES += x11/library/libx11
47 REQUIRED_PACKAGES += x11/library/libxmu