diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-24 22:40:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-24 22:40:26 +0000 |
commit | 840dcc8b5d9990ec6e5825e8d6159a4f1b36d914 (patch) | |
tree | 2c054df44210b8784b36e5ad8f06c0d4ca6c07b9 /app-emulation/libspectrum | |
parent | make glib required (diff) | |
download | historical-840dcc8b5d9990ec6e5825e8d6159a4f1b36d914.tar.gz historical-840dcc8b5d9990ec6e5825e8d6159a4f1b36d914.tar.bz2 historical-840dcc8b5d9990ec6e5825e8d6159a4f1b36d914.zip |
glib is required
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r-- | app-emulation/libspectrum/files/0.2.0.1-no-gnome.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/libspectrum/files/0.2.0.1-no-gnome.patch b/app-emulation/libspectrum/files/0.2.0.1-no-gnome.patch deleted file mode 100644 index 9afa265b9b31..000000000000 --- a/app-emulation/libspectrum/files/0.2.0.1-no-gnome.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libspectrum.h.in.orig 2003-11-24 11:57:50.432351584 -0500 -+++ libspectrum.h.in 2003-11-24 11:58:17.915173560 -0500 -@@ -44,7 +44,9 @@ - LIBSPECTRUM_DEFINE_TYPES - - /* glib or its replacement */ -+#ifndef __G_SLIST_H__ - LIBSPECTRUM_GLIB_REPLACEMENT -+#endif __G_SLIST_H__ - - /* - * General libspectrum routines |