diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-17 19:32:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-17 19:32:31 +0000 |
commit | 4a925693053d9756f52af336c800963a6127fb54 (patch) | |
tree | 58a35de0fcc4e86d649ea35c0d08fbca8dc28ba1 /lang/guile | |
parent | 0647e4db8ec10ef0e91817cebfe0efa77a228748 (diff) | |
download | ports-4a925693053d9756f52af336c800963a6127fb54.tar.gz ports-4a925693053d9756f52af336c800963a6127fb54.zip |
Notes
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 1 | ||||
-rw-r--r-- | lang/guile/files/patch-configure | 16 |
2 files changed, 14 insertions, 3 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 87122278ed5a..582e34e66dc8 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,6 +7,7 @@ PORTNAME= guile PORTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile diff --git a/lang/guile/files/patch-configure b/lang/guile/files/patch-configure index d73fe931dbf1..1dc6342488f7 100644 --- a/lang/guile/files/patch-configure +++ b/lang/guile/files/patch-configure @@ -1,6 +1,16 @@ ---- configure.orig Sat Nov 4 14:16:49 2006 -+++ configure Sat Nov 4 14:16:30 2006 -@@ -30498,6 +30498,7 @@ _ACEOF +--- configure.orig Fri May 26 19:32:18 2006 ++++ configure Sun Dec 17 14:27:45 2006 +@@ -21187,6 +21187,9 @@ + # If you are looking for one http://www.opendarwin.org/projects/dlcompat + libltdl_cv_sys_dlopen_deplibs=yes + ;; ++ freebsd*) ++ libltdl_cv_sys_dlopen_deplibs=yes ++ ;; + gnu* | linux* | k*bsd*-gnu) + # GNU and its variants, using gnu ld.so (Glibc) + libltdl_cv_sys_dlopen_deplibs=yes +@@ -30498,6 +30501,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ |