View | Details | Raw Unified
Collapse All | Expand All

(-) advancemenu-orig/advancemenu-2.4.13.ebuild (-1 / +2 lines)
 Lines 31-37    Link Here 
	# gcc4 patch - bug #120712
	# gcc4 patch - bug #120712
	epatch \
	epatch \
		"${FILESDIR}"/${P}-alsa-pkg-config.patch \
		"${FILESDIR}"/${P}-alsa-pkg-config.patch \
		"${FILESDIR}"/${P}-gcc4.patch
		"${FILESDIR}"/${P}-gcc4.patch \
		"${FILESDIR}"/${P}-pic.patch
	use x86 && ln -s $(which nasm) "${T}/${CHOST}-nasm"
	use x86 && ln -s $(which nasm) "${T}/${CHOST}-nasm"
	use sdl && ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
	use sdl && ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
	use truetype && ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
	use truetype && ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
(-) advancemenu-orig/files/advancemenu-2.4.13-pic.patch (+8 lines)
Line 0    Link Here 
--- ./advance/blit/blit.c.orig	2004-12-19 01:01:46.039956536 -0500
@@ -28,6 +28,10 @@
  * do so, delete this exception statement from your version.
  */
 
 #include "portable.h"
 
 #include "blit.h"