Changes between Version 12 and Version 13 of dev-util/git
- Timestamp:
- 04/18/08 14:23:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v12 v13 38 38 Next, for {{{git-fetch-pack}}} a hardlink is being created, which fails on Haiku. Changing the {{{$(BUILT_INS)}}} target to use {{{ln -s}}} resolves this. 39 39 40 Next, {{{git-imap-send}}} fails to link due to an undefined reference to {{{getpass}}}. 40 Next, {{{git-imap-send}}} fails to link due to an undefined reference to {{{getpass}}}. {{{getpass}}} is only defined in the BSD compatibility headers. Adding a prototype to {{{imap-send.c}}} resolves an assignment warning.
