Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.67 2015/06/16 22:28:13 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.68 2015/07/24 17:02:44 jperkin Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
.include "../../sysutils/coreutils/Makefile.common"
|
||||
|
||||
CONFIGURE_ARGS+= --without-gmp
|
||||
@@ -34,6 +34,15 @@ USE_GCC_RUNTIME= yes
|
||||
PLIST.stdbuf= yes
|
||||
.endif
|
||||
|
||||
# Ensure libstdbuf.so has a valid library name otherwise REQUIRES will
|
||||
# record the relative path of the object output file.
|
||||
.if ${OPSYS} == "Darwin"
|
||||
SUBST_CLASSES+= libname
|
||||
SUBST_STAGE.libname= pre-configure
|
||||
SUBST_FILES.libname= Makefile.in
|
||||
SUBST_SED.libname= -e '/^src_libstdbuf_so_LDFLAGS/s,$$, -install_name ${PREFIX}/libexec/coreutils/glibstdbuf.so,'
|
||||
.endif
|
||||
|
||||
PROGS= [ base64 basename cat chcon chgrp chmod chown chroot cksum comm \
|
||||
cp csplit cut date dd df dir dircolors dirname du hostid echo env \
|
||||
expand expr factor false fmt fold groups head id install join kill \
|
||||
|
||||
Reference in New Issue
Block a user