summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/inti/files')
-rw-r--r--x11-toolkits/inti/files/patch-configure11
-rw-r--r--x11-toolkits/inti/files/patch-inti::glib::property.h17
-rw-r--r--x11-toolkits/inti/files/patch-inti::glib::thread.h18
-rw-r--r--x11-toolkits/inti/files/patch-inti::gtk::childproperty.h17
-rw-r--r--x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h11
-rw-r--r--x11-toolkits/inti/files/patch-ltmain.sh15
6 files changed, 0 insertions, 89 deletions
diff --git a/x11-toolkits/inti/files/patch-configure b/x11-toolkits/inti/files/patch-configure
deleted file mode 100644
index 1b8e49ea8..000000000
--- a/x11-toolkits/inti/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Mar 24 10:00:38 2004
-+++ configure Wed Mar 24 10:00:48 2004
-@@ -18775,7 +18775,7 @@
- if test "x$GCC" = "xyes"; then
- case " $CXXFLAGS " in
- *[\ \ ]-Wall[\ \ ]*) ;;
-- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
-+ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
- esac
- fi
-
diff --git a/x11-toolkits/inti/files/patch-inti::glib::property.h b/x11-toolkits/inti/files/patch-inti::glib::property.h
deleted file mode 100644
index ef690c633..000000000
--- a/x11-toolkits/inti/files/patch-inti::glib::property.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- inti/glib/property.h.orig Sat Sep 18 21:03:00 2004
-+++ inti/glib/property.h Sat Sep 18 21:04:01 2004
-@@ -187,12 +187,12 @@
-
- void get(DataType& data) const
- {
-- property()->get(object(), data);
-+ this->property()->get(this->object(), data);
- }
-
- void set(const DataType& data) const
- {
-- property()->set(object(), data);
-+ this->property()->set(this->object(), data);
- }
- };
-
diff --git a/x11-toolkits/inti/files/patch-inti::glib::thread.h b/x11-toolkits/inti/files/patch-inti::glib::thread.h
deleted file mode 100644
index 27b79503a..000000000
--- a/x11-toolkits/inti/files/patch-inti::glib::thread.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- inti/glib/thread.h.orig Sat Sep 18 21:08:25 2004
-+++ inti/glib/thread.h Sat Sep 18 21:09:00 2004
-@@ -485,13 +485,13 @@
-
- Private()
- {
-- g_static_private_init(g_static_private());
-+ g_static_private_init(this->g_static_private());
- }
- //!< Constructs and initializes a new private key.
-
- ~Private()
- {
-- g_static_private_free(g_static_private());
-+ g_static_private_free(this->g_static_private());
- }
- //!< Destructor. Frees the private key.
-
diff --git a/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h b/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
deleted file mode 100644
index 9d8f61aa5..000000000
--- a/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- inti/gtk/childproperty.h.orig Sat Sep 18 21:10:17 2004
-+++ inti/gtk/childproperty.h Sat Sep 18 21:12:44 2004
-@@ -139,12 +139,12 @@
-
- void get(const Widget& child, DataType& data) const
- {
-- property()->get(object(), child, data);
-+ this->property()->get(this->object(), child, data);
- }
-
- void set(Widget& child, const DataType& data) const
- {
-- property()->set(object(), child, data);
-+ this->property()->set(this->object(), child, data);
- }
- };
-
diff --git a/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h b/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h
deleted file mode 100644
index fcf93fb02..000000000
--- a/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- inti/gtk/itemfactory.h.orig Sat Sep 18 21:25:05 2004
-+++ inti/gtk/itemfactory.h Sat Sep 18 21:26:59 2004
-@@ -373,7 +373,7 @@
- int i = 0;
- while ((owner.item_factory_map[i]).path)
- {
-- delete_entry(item_factory_map[i]);
-+ delete_entry(owner.item_factory_map[i]);
- i++;
- }
- }
diff --git a/x11-toolkits/inti/files/patch-ltmain.sh b/x11-toolkits/inti/files/patch-ltmain.sh
deleted file mode 100644
index 664824d9f..000000000
--- a/x11-toolkits/inti/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Fri Mar 19 14:14:27 2004
-+++ ltmain.sh Fri Mar 19 14:14:40 2004
-@@ -5425,10 +5425,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"