hack things so that LIBCXX doesn't get expanded for sqlports.

This will probably be revisited and cleansed later.

okay sthen@
This commit is contained in:
espie 2017-04-10 19:11:11 +00:00
parent 9b2761a6ae
commit c7ac6aae8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.64 2017/01/30 16:39:22 sthen Exp $
# $OpenBSD: Makefile,v 1.65 2017/04/10 19:11:11 espie Exp $
CATEGORIES = databases
V = 6.1
V = 6.2
DISTNAME = sqlports-$V
DISTFILES =
COMMENT = sqlite database of ports

View File

@ -1,5 +1,5 @@
#! /usr/bin/perl
# $OpenBSD: TreeWalker.pm,v 1.3 2015/04/19 12:08:02 espie Exp $
# $OpenBSD: TreeWalker.pm,v 1.4 2017/04/10 19:11:11 espie Exp $
#
# Copyright (c) 2006-2013 Marc Espie <espie@openbsd.org>
#
@ -64,7 +64,7 @@ sub dump_dirs
delete $ENV{'FLAVOR'};
close STDERR;
open STDERR, '>&STDOUT';
exec {'make'} ("make", "dump-vars");
exec {'make'} ("make", "dump-vars", 'LIBCXX=$${LIBCXX}');
die $!;
}
}