Skip to content

Commit

Permalink
libffi: fix include dir install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 26, 2015
1 parent 0fc86b1 commit 4f80543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libffi/DETAILS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SOURCE_VFY=sha256:d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37
WEB_SITE=http://sourceware.org/libffi
ENTERED=20091102
UPDATED=20141215
UPDATED=20151026
SHORT="A high level programming interface library"

cat << EOF
Expand Down
5 changes: 5 additions & 0 deletions libs/libffi/PRE_BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
default_pre_build &&

# Fix include dir install path
sedit '/^includesdir/s;$(libdir).*$;$(includedir);' include/Makefile.in &&
sedit '/^includedir/s;=.*$;=@includedir@;;/^toolexeclibdir/d;/^Libs:/s;toolexeclibdir;libdir;' libffi.pc.in

0 comments on commit 4f80543

Please sign in to comment.