mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
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@
20 lines
326 B
Makefile
20 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.1 2024/06/04 05:42:22 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG=sxpm
|
|
NOMAN=
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
|
|
LDADD+= -L${X11BASE}/lib -lXt -lX11 -lXext -lXpm
|
|
|
|
MANDIR= ${X11BASE}/man/man
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.PATH.c: ${.CURDIR}/../../lib/libXpm/sxpm
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|