pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xsb: restored site-prefix configure arg, was defaulting to $prefix



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Sep 20 16:36:27 2025 +0530
Changeset:	4291ec64cdb5287b9c9a61ffbd200dae96dd54fb

Modified Files:
	xsb/Makefile

Log Message:
xsb: restored site-prefix configure arg, was defaulting to $prefix

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4291ec64cdb5287b9c9a61ffbd200dae96dd54fb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xsb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/xsb/Makefile b/xsb/Makefile
index de78a6cb43..f4e56615e0 100644
--- a/xsb/Makefile
+++ b/xsb/Makefile
@@ -23,6 +23,7 @@ USE_GNU_CONFIGURE_HOST=	no
 XSB_VERSION_STR=	xsb-5.0.0
 # The source uses P_tmpdir, u_long which are under _NETBSD_SOURCE flag in respective headers
 CONFIGURE_ARGS.NetBSD+=	--with-cflags=-D_NETBSD_SOURCE
+CONFIGURE_ARGS+=	--with-site-prefix=${PREFIX}/${XSB_VERSION_STR}
 
 REPLACE_BASH+=	${WRKDIR}/XSB/packages/xasp/makelinks.sh
 XSB_PREFIXDIR=	${DESTDIR}${PREFIX}/${XSB_VERSION_STR}


Home | Main Index | Thread Index | Old Index