* Patch to OpenSSL 0.9.7h to make it build on Mac OS X.

svn path=/nixpkgs/trunk/; revision=4070
This commit is contained in:
Eelco Dolstra
2005-10-12 07:40:27 +00:00
parent 4f3e3429cf
commit 5ba97b72a9
3 changed files with 38 additions and 7 deletions

View File

@@ -12,10 +12,3 @@
* Add gettext to glib propagatedBuildInputs? Glib's `gi18n.h' doesn't
seem to like Glibc `libintl.h'; needs the gettext one instead.
[Move from libbonoboui]
* In libxml2: python2.3 -> python2.4 (or even better, make this
generic; also in bittorrent).
* Packages that need ncurses almost always need special flags. They
expect "ncurses.h" rather than "ncurses/ncurses.h" to be in the
include path. Fix this.