Like with elftoolchain, force MKPROFILE=yes to avoid PLIST divergence
between native and bootstrapped builds.
This commit is contained in:
parent
553e3dc520
commit
561fff65b1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2009/12/12 20:39:56 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2011/12/11 20:08:00 dholland Exp $
|
||||
|
||||
DISTNAME= tvcpp0p8
|
||||
PKGNAME= tasp-vsipl-20030710
|
||||
|
@ -16,6 +16,7 @@ DIST_SUBDIR= tasp-vsipl
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_BSD_MAKEFILE= yes
|
||||
MAKE_FLAGS+= MKPROFILE=yes
|
||||
INSTALLATION_DIRS+= include
|
||||
INSTALLATION_DIRS+= lib
|
||||
INSTALLATION_DIRS+= share/doc/tasp-vsipl
|
||||
|
|
Loading…
Reference in a new issue