open-src/lib/libXres/Makefile
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 992 9738f5ac74f1
--- a/open-src/lib/libXres/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/lib/libXres/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -44,9 +44,12 @@
 # Library name (used for specfiles/mapfiles)
 LIBNAME=XRes
 
+# ARC cases that covered this module
+# LSARC/2003/686 X-Resource Extension
+MODULE_ARC_CASES = LSARC/2003/686
+
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=man/*.man
-SUN_PACKAGE=SUNWxwplt
 MODULE_STABILITY=Volatile
 LIB_MAN_SUFFIX=3xres
 
@@ -55,4 +58,7 @@
 # pkg-config files that need to have -R added
 FIX_PC_FILES=xres.pc.in
 
+# Compatibility links from /usr/X11/lib to /usr/lib
+MODULE_X11_LIBCOMPAT_LINKS = libXres.so libXres.so.1
+
 include ../Makefile.inc