mirror of OpenBSD xenocara tree github.com/openbsd/xenocara
openbsd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@

matthieu 572bde41 2877dc3d

+21 -2
+19
app/sxpm/Makefile
··· 1 + # $OpenBSD: Makefile,v 1.1 2024/06/04 05:42:22 matthieu Exp $ 2 + 3 + .include <bsd.xconf.mk> 4 + 5 + PROG=sxpm 6 + NOMAN= 7 + 8 + CPPFLAGS+= -I${X11BASE}/include 9 + 10 + LDADD+= -L${X11BASE}/lib -lXt -lX11 -lXext -lXpm 11 + 12 + MANDIR= ${X11BASE}/man/man 13 + 14 + obj: _xenocara_obj 15 + 16 + .PATH.c: ${.CURDIR}/../../lib/libXpm/sxpm 17 + 18 + .include <bsd.prog.mk> 19 + .include <bsd.xorg.mk>
+1 -1
lib/libXpm/Makefile.am
··· 1 1 # Daniel Stone disowns all copyright on this file; no warranty is given as to its 2 2 # suitability or otherwise. 3 3 4 - SUBDIRS = doc include man src sxpm cxpm test 4 + SUBDIRS = doc include man src cxpm test 5 5 6 6 ACLOCAL_AMFLAGS = -I m4 7 7
+1 -1
lib/libXpm/Makefile.in
··· 327 327 top_build_prefix = @top_build_prefix@ 328 328 top_builddir = @top_builddir@ 329 329 top_srcdir = @top_srcdir@ 330 - SUBDIRS = doc include man src sxpm cxpm test 330 + SUBDIRS = doc include man src cxpm test 331 331 ACLOCAL_AMFLAGS = -I m4 332 332 pkgconfigdir = $(libdir)/pkgconfig 333 333 pkgconfig_DATA = xpm.pc