[Midnightbsd-cvs] mports: Makefile: fix build with shared lib

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 2 09:40:07 EST 2009


Log Message:
-----------
fix build with shared lib

Modified Files:
--------------
    mports/www/tidy-devel:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/tidy-devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L www/tidy-devel/Makefile -L www/tidy-devel/Makefile -u -r1.3 -r1.4
--- www/tidy-devel/Makefile
+++ www/tidy-devel/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME?=	tidy
 DISTVERSION=	080621-cvs
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
 #MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
@@ -27,7 +28,9 @@
 .else
 USE_AUTOTOOLS=	automake:15 autoconf:262 libtool:15
 AUTOMAKE_ARGS+=	-a -c --foreign
-CONFIGURE_TARGET=	 --target=${MACHINE_ARCH}-portbld-freebsd6.1
+CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd6.1 \
+			--host=${MACHINE_ARCH}-portbld-freebsd6.1 \
+			--build=${MACHINE_ARCH}-portbld-freebsd6.1
 USE_LDCONFIG=	yes
 PLIST_SUB=	SHLIB="" NSHLIB="@comment "
 CONFLICTS=	tidy-20000804* tidy-devel-[0-9]*


More information about the Midnightbsd-cvs mailing list