Skip to content

Commit

Permalink
Omit the definiton of src_compile() if it matches the default
Browse files Browse the repository at this point in the history
The default is defined in autotools.mgwclass.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Sep 5, 2014
1 parent 99c6af0 commit 79d7192
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions msys-libffi/libffi-3.0.13-1.msysport
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ PATCH_URI="0001-msysize.msys2.patch
3.0.12-cygwin.msys2.patch
remove-unknown-gas-statements.patch"

src_compile() {
cd ${S}
mgwautoreconf
cd ${B}
mgwconf
mgwmake
}

src_install() {
cd ${B}
mgwinstall
mv ${B}/../inst/usr/lib/libffi-*/include ${B}/../inst/usr
}

0 comments on commit 79d7192

Please sign in to comment.