Do not use libcompat on Darwin.
This commit is contained in:
parent
75ff042c08
commit
343b6872bc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.39 2005/04/11 21:47:03 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2005/05/09 05:27:58 minskim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pan-0.14.2
|
||||
|
@ -19,7 +19,7 @@ USE_PKGLOCALEDIR= YES
|
|||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if (${OPSYS} != "SunOS" && ${OPSYS} != "Linux")
|
||||
.if (${OPSYS} != "Darwin" && ${OPSYS} != "SunOS" && ${OPSYS} != "Linux")
|
||||
LIBS+= -lcompat
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue