Skip to content

Instantly share code, notes, and snippets.

@mnogu
Created June 3, 2012 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnogu/2862061 to your computer and use it in GitHub Desktop.
Save mnogu/2862061 to your computer and use it in GitHub Desktop.
patch for gauche-0.9.3.3.ebuild
--- gauche-0.9.3.3.ebuild.org 2012-06-03 14:28:30.000000000 +0900
+++ gauche-0.9.3.3.ebuild 2012-06-03 14:28:39.000000000 +0900
@@ -47,6 +47,6 @@
}
src_install() {
- emake DESTDIR="${D}" install-pkg install-doc
+ emake -j1 DESTDIR="${D}" install-pkg install-doc
dodoc AUTHORS ChangeLog HACKING README
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment