|
| 1 | +# |
| 2 | +# CDDL HEADER START |
| 3 | +# |
| 4 | +# The contents of this file are subject to the terms of the |
| 5 | +# Common Development and Distribution License, Version 1.0 only |
| 6 | +# (the "License"). You may not use this file except in compliance |
| 7 | +# with the License. |
| 8 | +# |
| 9 | +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
| 10 | +# or http://www.opensolaris.org/os/licensing. |
| 11 | +# See the License for the specific language governing permissions |
| 12 | +# and limitations under the License. |
| 13 | +# |
| 14 | +# When distributing Covered Code, include this CDDL HEADER in each |
| 15 | +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
| 16 | +# If applicable, add the following below this CDDL HEADER, with the |
| 17 | +# fields enclosed by brackets "[]" replaced with your own identifying |
| 18 | +# information: Portions Copyright [yyyy] [name of copyright owner] |
| 19 | +# |
| 20 | +# CDDL HEADER END |
| 21 | +# |
| 22 | +# |
| 23 | +# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved. |
| 24 | +# Copyright 2016 Jim Klimov |
| 25 | +# Use is subject to license terms. |
| 26 | +# |
| 27 | + |
| 28 | +<transform file path=usr/share/info/standards.info -> drop> |
| 29 | +license LICENSE.txt license=GPLv3,murmurhash,papowell/jhweiss,PostgreSQL,Python,zlib |
| 30 | + |
| 31 | +# Softlinks to simplify builds - just prepend /usr/lib/ccache to PATH |
| 32 | +# NOTE: Since these are softlinks, a certain relative directory structure |
| 33 | +# is expected (like rooting at /usr) when the package is installed. |
| 34 | +# You can turn off ccache without changing runtime PATHs by exporting |
| 35 | +# CCACHE_DISABLE=1 before a build |
| 36 | +link target=../../bin/ccache path=usr/lib/ccache/gcc |
| 37 | +link target=../../bin/ccache path=usr/lib/ccache/g++ |
| 38 | +link target=../../bin/ccache path=usr/lib/ccache/cc |
| 39 | +link target=../../bin/ccache path=usr/lib/ccache/c++ |
| 40 | +link target=../../bin/ccache path=usr/lib/ccache/cpp |
| 41 | + |
| 42 | +# A few links specifically to support gcc-4.4.4-il |
| 43 | +link target=../../bin/ccache path=usr/lib/ccache/i386-pc-solaris2.11-c++ |
| 44 | +link target=../../bin/ccache path=usr/lib/ccache/i386-pc-solaris2.11-g++ |
| 45 | +link target=../../bin/ccache path=usr/lib/ccache/i386-pc-solaris2.11-gcc |
| 46 | +link target=../../bin/ccache path=usr/lib/ccache/i386-pc-solaris2.11-gcc-4.4.4 |
0 commit comments