# HG changeset patch # User Christopher Rogers # Date 1306027215 0 # Node ID 740935c9ec0c25f667a4ba1497c79ba2914f8c39 # Parent 26409685bf43c7479d207205d1a375c6ff8f6767 gens-gs: Add $CONFIGURE_ARGS. diff -r 26409685bf43 -r 740935c9ec0c gens-gs/receipt --- a/gens-gs/receipt Sun May 22 01:15:01 2011 +0000 +++ b/gens-gs/receipt Sun May 22 01:20:15 2011 +0000 @@ -5,20 +5,21 @@ CATEGORY="games" SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="gtk+ libsdl libglu-mesa" -BUILD_DEPENDS="gtk+-dev libsdl libsdl-dev nasm autoconf automake" _VERSION=gs-r7 TARBALL="Gens-${_VERSION}.tar.gz" WEB_SITE="http://info.sonicretro.org/Gens/GS" WGET_URL="http://segaretro.org/images/6/6d/$TARBALL" +DEPENDS="gtk+ libsdl libglu-mesa" +BUILD_DEPENDS="gtk+-dev libsdl libsdl-dev nasm autoconf automake" + # Rules to configure and make the package. compile_rules() { cd $src patch -Np1 -i $stuff/gens-gtk.patch || return 1 chmod +x install-sh - ./configure + ./configure $CONFIGURE_ARGS find -name "Makefile" | xargs sed -i 's|-DGTK_DISABLE_DEPRECATED||g' make -j1 && make -j1 DESTDIR=$DESTDIR install }