dc99bb80f2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.56 2004/10/15 14:50:06 tv Exp $
|
|
|
|
DISTNAME= guile-1.6.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
|
|
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
|
|
|
|
CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]*
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
USE_GNU_READLINE= YES
|
|
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= guile.info guile-tut.info goops.info r5rs.info
|
|
|
|
TEST_DIRS= ${WRKSRC}
|
|
TEST_TARGET= check
|
|
|
|
# Link the native thread so that Guile processes won't die when
|
|
# libpthread.so is dl_open(3)'ed.
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
CPPFLAGS+= -Dmacosx
|
|
|
|
post-patch:
|
|
@mv ${WRKSRC}/guile-config/guile-config.in.orig \
|
|
${WRKSRC}/guile-config/guile-config.in
|
|
.endif
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|