diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-08-11 20:34:55 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-08-11 20:34:55 +0000 |
commit | fe29e6f304417e0145c3d753977975fe34fa7e53 (patch) | |
tree | 2cdaeff89a87cfe6aebdb82112bb180d745748f3 /sysutils/torque | |
parent | ad97e3ac489cea8784cb535e6395990c0890a5ce (diff) |
Notes
Diffstat (limited to 'sysutils/torque')
-rw-r--r-- | sysutils/torque/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 76e80a4dd53a..ca44c400457e 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source distributed computing resource manager based on PBS BROKEN_aarch64= fails to link: missing sbrk -BROKEN_FreeBSD_12= fails to compile: mom_mach.c: variable has incomplete type 'struct vmmeter' FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool @@ -24,6 +23,7 @@ USE_RC_SUBR= pbs_server pbs_sched pbs_mom SUB_FILES= pkg-message torque-config USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CFLAGS+= -D_WANT_VMMETER CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]* |