diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-13 05:30:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-13 05:30:37 +0800 |
commit | b5753ffc4481454c56ee5d0d6b52ed49be82a7fd (patch) | |
tree | 0bbe1915a2282410573850b9098b61ef5af7fc8b /print/libgnomeprint/files | |
parent | 831734d298709748bdb54d6e86003f187b147fdf (diff) | |
download | marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar.gz marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar.bz2 marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar.lz marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar.xz marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.tar.zst marcuscom-ports-b5753ffc4481454c56ee5d0d6b52ed49be82a7fd.zip |
Add libgnomeprint 2.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1060 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint/files')
-rw-r--r-- | print/libgnomeprint/files/patch-configure | 10 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure new file mode 100644 index 000000000..1aa2a531a --- /dev/null +++ b/print/libgnomeprint/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Mar 11 18:33:02 2003 ++++ configure Wed Mar 12 00:58:23 2003 +@@ -8580,6 +8580,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c new file mode 100644 index 000000000..6aa2b9a4f --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c @@ -0,0 +1,12 @@ +--- libgnomeprint/gnome-print.c.orig Tue Jan 7 14:39:24 2003 ++++ libgnomeprint/gnome-print.c Tue Jan 7 14:39:35 2003 +@@ -38,8 +38,8 @@ + #include <libgnomeprint/gnome-print-frgba.h> + + /* For the buffer stuff, remove when the buffer stuff is moved out here */ +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> |