Skip to content

Commit

Permalink
Removed patch code from build script of psplinkusb.
Browse files Browse the repository at this point in the history
There was a quick hack to fix the compiling issues of pspsh on Mac OS X (see commit 3a01cb57c2aaa9bed77cad770c06cb3ceff12036 of psplinkusb). However, the hack makes the patch inappropriate any more, and fails the build process of the toolchain.

I am working on another approach to compile this program with GNU readline library.
  • Loading branch information
FTPiano committed May 31, 2015
1 parent f927cfe commit 77185e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
22 changes: 0 additions & 22 deletions patches/psplinkusb-Darwin.patch

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/009-psplinkusb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
## Download the source code if it does not already exist
clone_git_repo github.com pspdev psplinkusb

## Enter the source directory and patch the source code
## Enter the source directory
cd psplinkusb
[[ "$(uname)" == 'Darwin' ]] && patch -p1 < ../../patches/psplinkusb-Darwin.patch

## MacPorts fix
export C_INCLUDE_PATH="/opt/local/include"
Expand Down

0 comments on commit 77185e4

Please sign in to comment.