diff options
author | kristerw <kristerw> | 2005-11-19 01:04:19 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-11-19 01:04:19 +0000 |
commit | 189a759ec97b5925e686b422fbeb6090cb206d9c (patch) | |
tree | a2aa22f6e94755bd598b08ea9e7eb7e93cec25ad /sysutils/gcombust/patches | |
parent | 68d35a2e3668f7ef33329e5c7c569c5e5f2a9eab (diff) | |
download | pkgsrc-189a759ec97b5925e686b422fbeb6090cb206d9c.tar.gz |
Fix some static/non-static conflicts that prevented this from building
with gcc 4.
Diffstat (limited to 'sysutils/gcombust/patches')
-rw-r--r-- | sysutils/gcombust/patches/patch-ac | 12 | ||||
-rw-r--r-- | sysutils/gcombust/patches/patch-ad | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/gcombust/patches/patch-ac b/sysutils/gcombust/patches/patch-ac new file mode 100644 index 00000000000..83fc4e87e79 --- /dev/null +++ b/sysutils/gcombust/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2005/11/19 01:04:19 kristerw Exp $ + +--- src/optimize_usage.h.orig 2005-11-18 23:38:44.000000000 +0100 ++++ src/optimize_usage.h 2005-11-18 23:39:00.000000000 +0100 +@@ -16,7 +16,6 @@ + ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-extern GtkWidget *opt_try_harder; + extern long int opt_cdsize; + + void open_optimize_size_win(GtkWidget *, gpointer); diff --git a/sysutils/gcombust/patches/patch-ad b/sysutils/gcombust/patches/patch-ad new file mode 100644 index 00000000000..10ca27c4fa5 --- /dev/null +++ b/sysutils/gcombust/patches/patch-ad @@ -0,0 +1,9 @@ +$NetBSD: patch-ad,v 1.1 2005/11/19 01:04:19 kristerw Exp $ + +--- src/rip_audio.h.orig 2005-11-18 23:40:43.000000000 +0100 ++++ src/rip_audio.h 2005-11-18 23:40:56.000000000 +0100 +@@ -20,4 +20,3 @@ + + extern char *cdda2wav_path, *cdda_device_path, *cdparanoia_path; + extern char *def_rip_path; +-extern GtkWidget *rip_path_entry; |