Date: Mon, 01 Oct 2007 11:25:57 +0200 From: Christian Axelsson <smiler@lanil.mine.nu> To: freebsd-ports@freebsd.org Subject: Feature enhancement for audio/ncmpc Message-ID: <4700BD25.3020705@lanil.mine.nu>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------010308000306010709000006 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Enable the (exprimential) search screen. Patch against current port (0.11.1_2 attached. -- Christian Axelsson smiler@lanil.mine.nu --------------010308000306010709000006 Content-Type: text/plain; name="ncmpc.Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ncmpc.Makefile.diff" --- Makefile.old Mon Oct 1 11:22:23 2007 +++ Makefile Mon Oct 1 11:22:09 2007 @@ -21,7 +21,8 @@ LDFLAGS="-L${LOCALBASE}/lib" OPTIONS= NLS "Native language support" on \ - CLOCK_SCREEN "Enable clock screen" on + CLOCK_SCREEN "Enable clock screen" on \ + SEARCH_SCREEN "Enable search screen (exprimential)" on .include <bsd.port.pre.mk> @@ -45,6 +46,10 @@ .if !defined(WITHOUT_CLOCK_SCREEN) CONFIGURE_ARGS+=--enable-clock-screen +.endif + +.if !defined(WITHOUT_SEARCH_SCREEN) +CONFIGURE_ARGS+=--enable-search-screen .endif MAN1= ncmpc.1 --------------010308000306010709000006--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4700BD25.3020705>