CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2024/06/03 23:42:22
Modified files: lib/libXpm : Makefile.am Makefile.in Added files: app/sxpm : Makefile Log message: Explicitely build sxpm in app, after the new libXpm has been installed. This makes sure it is linked against the new libXpm, not the existing one in /usr/X11R6/lib which may reference to an old, incompatible libc. ok tb@