pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fltk14-devel: Sync conditions for Darwin for options and bl3
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Thu Oct 17 10:05:47 2019 +0200
Changeset: e3aa00c3299b652d883fb4c5a1f9a89ff9660ceb
Modified Files:
fltk14-devel/buildlink3.mk
fltk14-devel/options.mk
Log Message:
fltk14-devel: Sync conditions for Darwin for options and bl3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e3aa00c3299b652d883fb4c5a1f9a89ff9660ceb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fltk14-devel/buildlink3.mk | 2 +-
fltk14-devel/options.mk | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/fltk14-devel/buildlink3.mk b/fltk14-devel/buildlink3.mk
index 3cb01e7d0f..65ed85ae27 100644
--- a/fltk14-devel/buildlink3.mk
+++ b/fltk14-devel/buildlink3.mk
@@ -30,7 +30,7 @@ pkgbase := fltk
# For "pango" option
.if !empty(PKG_BUILD_OPTIONS.fltk:Mpango)
. if ${OPSYS} != "Darwin"
-# Untested: Cocoa backend on macOS should use Core Text instead
+# Untested: Cocoa backend on macOS should use Core Text instead
. include "../../devel/pango/buildlink3.mk"
. endif
.endif
diff --git a/fltk14-devel/options.mk b/fltk14-devel/options.mk
index 2627c08df5..a1dd98dc9f 100644
--- a/fltk14-devel/options.mk
+++ b/fltk14-devel/options.mk
@@ -27,7 +27,10 @@ CONFIGURE_ARGS+= --disable-gl
.endif
.if !empty(PKG_OPTIONS:Mpango)
-. include "../../devel/pango/buildlink3.mk"
+. if ${OPSYS} != "Darwin"
+# Untested: Cocoa backend on macOS should use Core Text instead
+. include "../../devel/pango/buildlink3.mk"
+. endif
CONFIGURE_ARGS+= --enable-pango
.else
CONFIGURE_ARGS+= --disable-pango
Home |
Main Index |
Thread Index |
Old Index