[Midnightbsd-cvs] mports: Makefile: fix this so it doesn't hang

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 30 23:22:28 EDT 2008


Log Message:
-----------
fix this so it doesn't hang

Modified Files:
--------------
    mports/lang/guile:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/guile/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L lang/guile/Makefile -L lang/guile/Makefile -u -r1.3 -r1.4
--- lang/guile/Makefile
+++ lang/guile/Makefile
@@ -24,6 +24,8 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gnometarget
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0 \
+			--host=${ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
@@ -48,6 +50,5 @@
 	  ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
 	@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
 		s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/libguile/load.c
-	@${REINPLACE_CMD} -e 's^sparc-\*-\*^sparc-*-*|sparc64-*-*^' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list