summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-12-11 15:45:33 +0000
committerjperkin <jperkin@pkgsrc.org>2013-12-11 15:45:33 +0000
commit29d04f53b25b0039d89ab3c639bc6ade09a6f662 (patch)
tree0206068fd3e8f2bebd6e01a983a555f1789ccd41 /x11/fltk
parenta9dce53cc048dcbe68f72a5c91259fa9116cd900 (diff)
downloadpkgsrc-29d04f53b25b0039d89ab3c639bc6ade09a6f662.tar.gz
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.
Diffstat (limited to 'x11/fltk')
-rw-r--r--x11/fltk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index bcfdd2632bb..5f5cccab102 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -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