open-src/lib/libXrender/Makefile
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 1276 52f85727ce94
--- a/open-src/lib/libXrender/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/lib/libXrender/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -43,10 +43,17 @@
 
 # Man pages to apply Sun footer to & attributes to list
 #SUNTOUCHED_MANPAGES=man/*.man
-SUN_PACKAGE=SUNWxorg-clientlibs
 MODULE_STABILITY=Volatile
 LIB_MAN_SUFFIX=3xrender
 
+# ARC cases that covered this module
+# LSARC/2001/125 Xserver Render Extension
+MODULE_ARC_CASES = LSARC/2001/125
+# LSARC/2004/414 X Render Extension 0.8
+MODULE_ARC_CASES += LSARC/2004/414
+# LSARC/2007/193 X Render Extension: Protocol 0.10 / API 0.9 
+MODULE_ARC_CASES += LSARC/2007/193
+
 # Environment variable options to GNU autoconf configure script
 MODULE_CFLAGS=-I../include
 
@@ -58,4 +65,7 @@
 # pkg-config files that need to have -R added
 FIX_PC_FILES=xrender.pc.in
 
+# Compatibility links from /usr/X11/lib to /usr/lib
+MODULE_X11_LIBCOMPAT_LINKS = libXrender.so libXrender.so.1
+
 include ../Makefile.inc