[Glibc-bsd-commits] r1459 - in trunk/web/patches: . debian-only

Robert Millan rmh at costa.debian.org
Wed Apr 19 14:28:38 UTC 2006


Author: rmh
Date: 2006-04-19 14:28:37 +0000 (Wed, 19 Apr 2006)
New Revision: 1459

Added:
   trunk/web/patches/debian-only/mesa.diff
Removed:
   trunk/web/patches/mesa.diff
Log:
Mesa has been fixed in upstream CVS.

Copied: trunk/web/patches/debian-only/mesa.diff (from rev 1458, trunk/web/patches/mesa.diff)

Deleted: trunk/web/patches/mesa.diff
===================================================================
--- trunk/web/patches/mesa.diff	2006-04-19 13:16:30 UTC (rev 1458)
+++ trunk/web/patches/mesa.diff	2006-04-19 14:28:37 UTC (rev 1459)
@@ -1,37 +0,0 @@
-
-Debian: in BTS
-Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=6657
-
-Index: bin/mklib
-===================================================================
-RCS file: /cvs/mesa/Mesa/bin/mklib,v
-retrieving revision 1.51
-diff -u -r1.51 mklib
---- bin/mklib	18 Apr 2006 12:56:11 -0000	1.51
-+++ bin/mklib	19 Apr 2006 13:08:57 -0000
-@@ -180,7 +180,7 @@
- #
- case $ARCH in
- 
--    'Linux' | 'OpenBSD')
-+    'Linux' | 'OpenBSD' | 'GNU' | GNU/*)
- 	# we assume gcc
- 
- 	if [ "x$LINK" = "x" ] ; then
-@@ -223,11 +223,13 @@
-             FINAL_LIBS=${LIBNAME}.a
-         else
- 	    LIBNAME="lib${LIBNAME}"     # prefix with "lib"
--	    if [ $ARCH = 'Linux' ] ; then
-+	    case $ARCH in 'Linux' | 'GNU' | GNU/*)
- 		OPTS="-Xlinker -Bsymbolic -shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
--	    else
-+	    ;;
-+	    *)
- 		OPTS="-shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
--	    fi
-+	    ;;
-+	    esac
- 	    if [ $EXPORTS ] ; then
- 		#OPTS="${OPTS} -Xlinker --retain-symbols-file ${EXPORTS}"
- 		# Make the 'exptmp' file for --version-script option




More information about the Glibc-bsd-commits mailing list