1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix build with clang

- Use USES=gmake
- Support STAGEDIR

PR:		ports/183116
Submitted by:	sunpoet (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-20 09:33:04 +00:00
parent 1142d62e9c
commit df3238e851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330995
2 changed files with 15 additions and 4 deletions

View File

@ -13,11 +13,12 @@ COMMENT= Display a tree of processes
LICENSE= AL2
USE_XZ= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree
USES= gmake
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree \
man/man1/dtpstree.1.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
--- dtpstree.cpp.orig 2010-08-05 16:01:47.000000000 +0800
+++ dtpstree.cpp 2013-10-19 19:48:34.750149337 +0800
@@ -21,6 +21,7 @@
#include <cerrno>
#include <climits>
+#include <clocale>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>