open-src/lib/libFS/solaris-abi.patch
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Tue, 02 Mar 2010 13:31:46 -0800
changeset 919 425233ae7236
parent 425 a0d3549d7d21
child 943 294f64612d23
permissions -rw-r--r--
6931307 Standardize Sun copyright & license notices in X gate on current format
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     1
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
919
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     2
# Use is subject to license terms.
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     3
#
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     4
# Permission is hereby granted, free of charge, to any person obtaining a
919
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     5
# copy of this software and associated documentation files (the "Software"),
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     6
# to deal in the Software without restriction, including without limitation
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     7
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     8
# and/or sell copies of the Software, and to permit persons to whom the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
     9
# Software is furnished to do so, subject to the following conditions:
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    10
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    11
# The above copyright notice and this permission notice (including the next
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    12
# paragraph) shall be included in all copies or substantial portions of the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    13
# Software.
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    14
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    18
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    20
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 425
diff changeset
    21
# DEALINGS IN THE SOFTWARE.
425
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    22
Change .so version to match existing Solaris libraries, since there's
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    23
no incompatible change since libFS.so.5
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    24
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    25
diff -urp -x '*~' -x '*.orig' src/Makefile.am src/Makefile.am
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    26
--- src/Makefile.am	2008-05-21 17:27:09.000000000 -0700
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    27
+++ src/Makefile.am	2008-05-21 19:03:29.651500000 -0700
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    28
@@ -35,7 +35,7 @@ libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LI
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    29
 
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    30
 INCLUDES = -I$(top_srcdir)/include/X11/fonts
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    31
 
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    32
-libFS_la_LDFLAGS = -version-number 6:0:0 -no-undefined
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    33
+libFS_la_LDFLAGS = -version-number 5 -no-undefined
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    34
 
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    35
 libFSincludedir = $(includedir)/X11/fonts
a0d3549d7d21 6707932 Xorg modularization: Font Server library and clients
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    36
 libFSinclude_HEADERS = \