[Midnightbsd-cvs] mports [21067] trunk/audio/sdl_sound/Makefile: attempt to force os

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 8 23:39:19 EST 2016


Revision: 21067
          http://svnweb.midnightbsd.org/mports/?rev=21067
Author:   laffer1
Date:     2016-03-08 23:39:19 -0500 (Tue, 08 Mar 2016)
Log Message:
-----------
attempt to force os

Modified Paths:
--------------
    trunk/audio/sdl_sound/Makefile

Modified: trunk/audio/sdl_sound/Makefile
===================================================================
--- trunk/audio/sdl_sound/Makefile	2016-03-09 04:34:02 UTC (rev 21066)
+++ trunk/audio/sdl_sound/Makefile	2016-03-09 04:39:19 UTC (rev 21067)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sdl_sound
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://offload1.icculus.org:9090/SDL_sound/downloads/ \
 		http://offload2.icculus.org:9090/SDL_sound/downloads/
@@ -15,9 +16,11 @@
 USES=		libtool
 USE_LDCONFIG=	yes
 USE_SDL=	sdl
-CONFIGURE_ARGS=	--program-prefix=""
+CONFIGURE_ARGS=	--program-prefix="" \
+			--build=${ARCH}-portbld-freebsd9.1 \
+			--host=${ARCH}-portbld-freebsd9.1 \
+			--target=${ARCH}-portbld-freebsd9.1
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET=	${ARCH}-portbld-freebsd9.1
 HAS_CONFIGURE=	yes
 
 OPTIONS=	FLAC "Enable flac support" on \



More information about the Midnightbsd-cvs mailing list