summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-05 03:04:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-05 03:04:05 +0800
commit7416241cfecdabb21d65d375dc5068c3264b8cd3 (patch)
tree1bfff455b3d8c7731b57981c58824945dac805d3 /x11-toolkits
parent12ef5fbf430134cde50ac3550af86100b900d1c2 (diff)
downloadmarcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar.gz
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar.bz2
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar.lz
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar.xz
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.tar.zst
marcuscom-ports-7416241cfecdabb21d65d375dc5068c3264b8cd3.zip
Remove an errant comma that was preventing apps such as AbiWord from
building. Submitted by: Franz Klammer <klammer@webonaut.com> Obtained from: GNOME CVS (http://bugzilla.gnome.org/show_bug.cgi?id=130505) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1594 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeui/Makefile1
-rw-r--r--x11-toolkits/libgnomeui/files/patch-lignomeui::gnome-password-dialog.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index edd26860f..0742e737a 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgnomeui
PORTVERSION= 2.5.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
diff --git a/x11-toolkits/libgnomeui/files/patch-lignomeui::gnome-password-dialog.h b/x11-toolkits/libgnomeui/files/patch-lignomeui::gnome-password-dialog.h
new file mode 100644
index 000000000..819cb1849
--- /dev/null
+++ b/x11-toolkits/libgnomeui/files/patch-lignomeui::gnome-password-dialog.h
@@ -0,0 +1,11 @@
+--- libgnomeui/gnome-password-dialog.h.orig Sun Jan 4 11:50:21 2004
++++ libgnomeui/gnome-password-dialog.h Sun Jan 4 11:50:35 2004
+@@ -54,7 +54,7 @@
+ typedef enum {
+ GNOME_PASSWORD_DIALOG_REMEMBER_NOTHING,
+ GNOME_PASSWORD_DIALOG_REMEMBER_SESSION,
+- GNOME_PASSWORD_DIALOG_REMEMBER_FOREVER,
++ GNOME_PASSWORD_DIALOG_REMEMBER_FOREVER
+ } GnomePasswordDialogRemember;
+
+