Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tom111 committed Aug 13, 2011
1 parent cd5427e commit 9324680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sci-mathematics/polymake/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUX 2.10-drop-jreality.patch 1087 RMD160 489d5fe0a76553915475ec73b5efb133e391b72f SHA1 36d25ad80332d1e7c916cda3601a4d521eca4e84 SHA256 3fee144cc230dc55525fcfd62e826ce5feaa1c2679b501d1c1e8b4711737aaca
AUX 2.10-drop-jreality.patch 1091 RMD160 6b1e49f3ca55319413db31479d501904a846c7b8 SHA1 ad9917f637def387799f5dd090e2f48d684944bb SHA256 25790558e1ba2a5491805c9d3851569db73036d658ac749f05e1f5ce8a0f5c7d
AUX 2.9.9-drop-jreality.patch 1336 RMD160 ff15f3a2847ed808d9f6f52cbf4c108c1749e996 SHA1 62979df738095c922bd22f19250e97c28f9ee782 SHA256 254a346f610f199b391a53004cee8d6a9b7632fedd887879dbe02750ab73d01b
AUX 2.9.9-gentoo-binutils.patch 9075 RMD160 846010aec8cbc45600d4773d5eb398d6a5abca7c SHA1 340023da63d410e37e691cc70f47556cab9c77bc SHA256 8a7d9b2e7c669779d7a840dfa9e70d60361ce6cd211f2ea277adf854ec25f6d3
DIST polymake-2.10-2.tar.bz2 22276991 RMD160 c32687b1361eddfc27aeef3cec7719ed3b35c0dd SHA1 2990537954725d7da763f1f1fdcf6c2e954d94dc SHA256 48ecf60bbb52cbb190bc7800e949793c68c322615d67a4f8a481e06059e45752
Expand Down
4 changes: 2 additions & 2 deletions sci-mathematics/polymake/files/2.10-drop-jreality.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ diff -U 3 -dHrN polymake-2.10/Makefile polymake-2.10.fixed/Makefile
*linux*|*Linux*) \
for d in linux32 linux64; do \
- ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/$$d ${InstallArch}/lib/jreality/jni/$$d; \
+ true;
+ true; \
done; \
;; \
Darwin*|darwin*) \
- ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/macosx ${InstallArch}/lib/jreality/jni/macosx; \
+ true;
+ true; \
;; \
esac
[ -d ${InstallBin} ] || $(call _CreateDir,${InstallBin})
Expand Down

0 comments on commit 9324680

Please sign in to comment.