diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:51:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:51:12 +0000 |
commit | 074e558cefa581fea3c65810eae00450dc3ec0ad (patch) | |
tree | ea8f7d02e3e6cba9c249627cb2f127da3f5f25c5 | |
parent | 4b1d4f5c7dea1aee0c004759666037356a31d676 (diff) | |
download | ports-074e558cefa581fea3c65810eae00450dc3ec0ad.tar.gz ports-074e558cefa581fea3c65810eae00450dc3ec0ad.zip |
Notes
-rw-r--r-- | x11/gyroscope/Makefile | 8 | ||||
-rw-r--r-- | x11/gyroscope/files/patch-gtkcolorsel.c | 15 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index c6319e9619b9..afa3e614ba10 100644 --- a/x11/gyroscope/Makefile +++ b/x11/gyroscope/Makefile @@ -20,10 +20,4 @@ USE_GNOME= gtk12 ALL_TARGET= # empty -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/gyroscope/files/patch-gtkcolorsel.c b/x11/gyroscope/files/patch-gtkcolorsel.c new file mode 100644 index 000000000000..d90da47c8b9e --- /dev/null +++ b/x11/gyroscope/files/patch-gtkcolorsel.c @@ -0,0 +1,15 @@ +--- gtkcolorsel.c.orig Tue Oct 21 22:18:28 2003 ++++ gtkcolorsel.c Tue Oct 21 22:18:28 2003 +@@ -320,9 +320,9 @@ + gtk_container_add (GTK_CONTAINER (about_window), vbox); + gtk_widget_show (vbox); + +- label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999 +- \n http://www.millar.u-net.com/gyroscope.html \n +- neil@millar.u-net.com\n"); ++ label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999\n"\ ++" \n http://www.millar.u-net.com/gyroscope.html \n"\ ++" neil@millar.u-net.com\n"); + gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0); + gtk_widget_show (label); + |