Fix build on Tru64. Closes PR pkg/42538.
This commit is contained in:
parent
6342f5e76a
commit
d2d62d474d
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2009/04/09 00:48:07 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2010/01/08 22:45:58 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgetopt-1.4.4
|
||||
|
@ -16,9 +16,10 @@ WRKSRC= ${WRKDIR}/libgetopt
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" || ${OPSYS} == "HPUX"
|
||||
.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" || ${OPSYS} == "HPUX" || ${OPSYS} == "OSF1"
|
||||
CFLAGS+= -DREPLACE_GETOPT
|
||||
.endif
|
||||
CFLAGS.OSF1+= -I. # stdio.h includes <getopt.h>, make sure it's our copy
|
||||
|
||||
INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3
|
||||
|
||||
|
|
Loading…
Reference in a new issue