On Mon, Jun 03, 2024 at 11:42:22PM -0600, Matthieu Herrb wrote:
> 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@

needs to be added to app/Makefile as well

Index: app/Makefile
===================================================================
RCS file: /cvs/xenocara/app/Makefile,v
diff -u -p -r1.38 Makefile
--- app/Makefile        15 Aug 2019 17:01:12 -0000      1.38
+++ app/Makefile        4 Jun 2024 07:47:41 -0000
@@ -5,7 +5,7 @@ SUBDIR= bdftopcf mkfontscale \
        appres beforelight bitmap editres fonttosfnt \
        iceauth ico listres luit oclock \
        rgb sessreg setxkbmap \
-       smproxy twm viewres x11perf xauth xbacklight xbiff xcalc \
+       smproxy sxpm twm viewres x11perf xauth xbacklight xbiff xcalc \
        xclipboard xclock xcmsdb xcompmgr xconsole  \
        xenodm xdpyinfo xedit xev xeyes xf86dga \
        xfd xfontsel xgamma xgc xhost \

Reply via email to