From 7615954f8c51bd9775475159cde17b7f237dc252 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 28 Jul 2002 16:21:30 +0000 Subject: Use canonical pkgsrc config.guess and config.sub to build on Darwin. --- devel/pth-syscall/Makefile | 4 +++- devel/pth/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/pth-syscall/Makefile b/devel/pth-syscall/Makefile index 770355e3a29..5452283abda 100644 --- a/devel/pth-syscall/Makefile +++ b/devel/pth-syscall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/07/18 11:22:00 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/28 16:21:31 schmonz Exp $ # DISTNAME= pth-1.4.1 @@ -18,6 +18,8 @@ GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/pth-syscall CONFIGURE_ARGS+= --enable-pthread CONFIGURE_ARGS+= --enable-syscall-hard +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub .if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2") CFLAGS:= ${CFLAGS:S/-O2/-O0/} .endif diff --git a/devel/pth/Makefile b/devel/pth/Makefile index b24f1db42b2..5b0ec257f54 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2002/07/24 15:28:06 skrll Exp $ +# $NetBSD: Makefile,v 1.43 2002/07/28 16:21:30 schmonz Exp $ # DISTNAME= pth-1.4.1 @@ -16,6 +16,8 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-pthread +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub .if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2") CFLAGS:= ${CFLAGS:S/-O2/-O0/} .endif -- cgit v1.2.3