Disable --with-links on Darwin. This matches the configure script behaviour,

and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.
This commit is contained in:
jperkin 2013-12-11 15:45:33 +00:00
parent 0c4b1f624b
commit 5199bb4982
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.80 2013/02/16 11:18:10 wiz Exp $
# $NetBSD: Makefile,v 1.81 2013/12/11 15:46:23 jperkin Exp $
DISTNAME= fltk-1.1.10-source
PKGNAME= ${DISTNAME:S/-source//}
@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= ac_cv_have_overlay=yes
PLIST_VARS+= cs # case-sensitive
.if !exists(./descr)
.if !exists(./descr) && ${OPSYS} != "Darwin"
CONFIGURE_ARGS+= --with-links
PLIST.cs= yes
.endif

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2013/06/09 16:09:35 ryoon Exp $
# $NetBSD: Makefile,v 1.14 2013/12/11 15:45:33 jperkin Exp $
DISTNAME= fltk-1.3.2-source
PKGNAME= ${DISTNAME:S/-source//}
@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= ac_cv_have_overlay=yes
PLIST_VARS+= cs # case-sensitive
.if !exists(./descr)
.if !exists(./descr) && ${OPSYS} != "Darwin"
CONFIGURE_ARGS+= --with-links
PLIST.cs= yes
.endif