diff options
author | asami <asami@FreeBSD.org> | 2000-03-12 05:47:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-12 05:47:14 +0800 |
commit | ccd66bffa723640b39416261cb62715e4fb72b4d (patch) | |
tree | 26aa1be5f31894a15b00b0eafb84212225047a1b /lang | |
parent | e35ba6e82d7488ef7ec39c6166c1fc8ed888b863 (diff) | |
download | freebsd-ports-gnome-ccd66bffa723640b39416261cb62715e4fb72b4d.tar.gz freebsd-ports-gnome-ccd66bffa723640b39416261cb62715e4fb72b4d.tar.zst freebsd-ports-gnome-ccd66bffa723640b39416261cb62715e4fb72b4d.zip |
Temporary disable --with-threads; we suspect it is causing the libgtop
build to fail.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index b90dbebc73ec..33901ed3b61c 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= guile MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-threads +#CONFIGURE_ARGS= --with-threads USE_LIBTOOL= yes LIBTOOLFILES= configure guile-readline/configure |