Permalink
Browse files
gnutls: added comment about +guile build issue
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
devel/gnutls/Portfile
|
|
@@ -97,6 +97,8 @@ variant doc description {Build documentation} { |
|
|
} |
|
|
|
|
|
variant guile description {Build guile bindings} { |
|
|
# there currently is a build issue with the guile variant |
|
|
# the workaround is to first install guile w/o guile and then with +guile |
|
|
depends_lib-append port:guile |
|
|
configure.args-replace --disable-guile --enable-guile |
|
|
} |
|
|
|