diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-20 19:40:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-20 19:40:05 +0800 |
commit | ee1d95cdbc2955997a7ae8802121697a1953b638 (patch) | |
tree | 648ff8b596c00ddb7e72b0a7e6984ab4cc684956 /mail/stuphead/files | |
parent | bc412e0144082363debbc05a824a37eaf9fc9690 (diff) | |
download | freebsd-ports-gnome-ee1d95cdbc2955997a7ae8802121697a1953b638.tar.gz freebsd-ports-gnome-ee1d95cdbc2955997a7ae8802121697a1953b638.tar.zst freebsd-ports-gnome-ee1d95cdbc2955997a7ae8802121697a1953b638.zip |
fix package problem
bump port revision
unbreak it
PR: 38329
Submitted by: maintainer
Diffstat (limited to 'mail/stuphead/files')
-rw-r--r-- | mail/stuphead/files/patch-src::conv_iconv.h | 14 | ||||
-rw-r--r-- | mail/stuphead/files/patch-src::cpconfigparse.h | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/mail/stuphead/files/patch-src::conv_iconv.h b/mail/stuphead/files/patch-src::conv_iconv.h new file mode 100644 index 000000000000..37cea9017fa4 --- /dev/null +++ b/mail/stuphead/files/patch-src::conv_iconv.h @@ -0,0 +1,14 @@ +--- src/conv_iconv.h.orig Mon May 20 13:08:26 2002 ++++ src/conv_iconv.h Mon May 20 13:09:01 2002 +@@ -9,11 +9,7 @@ + #endif + + #include <glib.h> +-#ifdef LIBICONV_PLUG +-#include <giconv.h> +-#else + #include <iconv.h> +-#endif + #include <gtk/gtk.h> + + #define MAX_CHAR_LEN 4 diff --git a/mail/stuphead/files/patch-src::cpconfigparse.h b/mail/stuphead/files/patch-src::cpconfigparse.h new file mode 100644 index 000000000000..792259bc34f0 --- /dev/null +++ b/mail/stuphead/files/patch-src::cpconfigparse.h @@ -0,0 +1,14 @@ +--- src/cpconfigparse.h.orig Mon May 20 13:11:39 2002 ++++ src/cpconfigparse.h Mon May 20 13:12:00 2002 +@@ -9,11 +9,7 @@ + #endif + + #include <glib.h> +-#ifdef LIBICONV_PLUG +-#include <giconv.h> +-#else + #include <iconv.h> +-#endif + #include <gtk/gtk.h> + + #define MAX_CHAR_LEN 4 |