Skip to content

Commit

Permalink
use epatch to apply patch
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Nov 22, 2015
1 parent 0dbd1cc commit 034d14e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-puzzle/gnurobbo/gnurobbo-0.66.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ DEPEND="media-libs/libsdl[sound,video,joystick]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}

PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
src_prepare() {
epatch "${FILESDIR}"/${P}-underlink.patch
}

src_compile() {
emake \
Expand Down

0 comments on commit 034d14e

Please sign in to comment.