diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-08 19:21:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-08 19:21:03 +0000 |
commit | 3da182733de899e20c4bda8df309bf2a502ba5d8 (patch) | |
tree | 3560486a7e13e566af209f894db015a024f8dcd2 /app-text/libpaper/files | |
parent | Version bump (diff) | |
download | gentoo-2-3da182733de899e20c4bda8df309bf2a502ba5d8.tar.gz gentoo-2-3da182733de899e20c4bda8df309bf2a502ba5d8.tar.bz2 gentoo-2-3da182733de899e20c4bda8df309bf2a502ba5d8.zip |
Add ~amd64 and ~x86-fbsd keywords, add patch to build on FreeBSd, add elibtoolize.
(Portage version: 2.1_pre10-r4)
Diffstat (limited to 'app-text/libpaper/files')
-rw-r--r-- | app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch b/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch new file mode 100644 index 000000000000..ca96a38feab2 --- /dev/null +++ b/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch @@ -0,0 +1,12 @@ +Index: libpaper-1.1.14ubuntu8/lib/paper.c +=================================================================== +--- libpaper-1.1.14ubuntu8.orig/lib/paper.c ++++ libpaper-1.1.14ubuntu8/lib/paper.c +@@ -14,7 +14,6 @@ + #include <sys/stat.h> + + #include <stdio.h> +-#include <malloc.h> + #include <string.h> + #include <ctype.h> + |