summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-08-16 21:55:55 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-08-16 21:55:55 +0000
commit26104643ee5326d4f4632fe974a47ab222f71a26 (patch)
tree45e6eeae31fe3bb9ab8dea6b4be1a636a1342687 /x11-themes/alloy/files
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.tar.gz
gentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.tar.bz2
gentoo-2-26104643ee5326d4f4632fe974a47ab222f71a26.zip
satisfy gcc 3.4
Diffstat (limited to 'x11-themes/alloy/files')
-rw-r--r--x11-themes/alloy/files/remove-extra-semicolon.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-themes/alloy/files/remove-extra-semicolon.patch b/x11-themes/alloy/files/remove-extra-semicolon.patch
new file mode 100644
index 000000000000..1c851d440a1f
--- /dev/null
+++ b/x11-themes/alloy/files/remove-extra-semicolon.patch
@@ -0,0 +1,8 @@
+--- ./alloystyle/alloystyleplugin.cpp~ 2004-08-11 10:42:07.290226768 +0200
++++ ./alloystyle/alloystyleplugin.cpp 2004-08-11 10:42:07.290226768 +0200
+@@ -41,4 +41,4 @@
+ return 0;
+ }
+
+-Q_EXPORT_PLUGIN(AlloyStylePlugin);
++Q_EXPORT_PLUGIN(AlloyStylePlugin)