diff options
Diffstat (limited to 'net/gabber/files')
-rw-r--r-- | net/gabber/files/patch-aa | 11 | ||||
-rw-r--r-- | net/gabber/files/patch-ac | 11 | ||||
-rw-r--r-- | net/gabber/files/patch-ae | 10 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net/gabber/files/patch-aa b/net/gabber/files/patch-aa new file mode 100644 index 0000000..68cb730 --- /dev/null +++ b/net/gabber/files/patch-aa @@ -0,0 +1,11 @@ +--- jabberoo/src/sha.c.orig Wed Jun 21 22:38:30 2000 ++++ jabberoo/src/sha.c Wed Jun 21 22:39:14 2000 +@@ -45,7 +45,7 @@ + #include <sys/stat.h> + #ifndef WIN32 + #include <unistd.h> +-#include <endian.h> ++#include <machine/endian.h> + #define INT64 long long + #else + #include <string.h> diff --git a/net/gabber/files/patch-ac b/net/gabber/files/patch-ac new file mode 100644 index 0000000..753083b --- /dev/null +++ b/net/gabber/files/patch-ac @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Jun 30 09:25:00 2000 ++++ src/Makefile.in Fri Jun 30 09:25:25 2000 +@@ -141,7 +141,7 @@ + + EXTRA_DIST = Gabber.hh GladeHelper.hh gabber.glade GabberGladeStrings.c GabberConfig.hh + +-CXXFLAGS = -g -O2 ++CXXFLAGS = @CXXFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = GabberConfig.hh diff --git a/net/gabber/files/patch-ae b/net/gabber/files/patch-ae new file mode 100644 index 0000000..09ef23a --- /dev/null +++ b/net/gabber/files/patch-ae @@ -0,0 +1,10 @@ +--- src/GabberConfig.hh.in.orig Fri Jun 30 17:20:39 2000 ++++ src/GabberConfig.hh.in Fri Jun 30 17:21:45 2000 +@@ -7,6 +7,6 @@ + static const char* GABBER_VERSION = VERSION; + static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade"; + static const char* GABBER_CONFIG = "/Gabber/"; +-static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/"; ++static const char* GABBER_PIXPATH = "@prefix@/share/gnome/pixmaps/gabber/"; + + |