View | Details | Raw Unified | Return to bug 58346
Collapse All | Expand All

(-)/tmp/gyroscope/Makefile (-7 / +1 lines)
Lines 20-29 Link Here
20
20
21
ALL_TARGET=	# empty
21
ALL_TARGET=	# empty
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.mk>
24
25
.if ${OSVERSION} >= 501000
26
BROKEN=		"Does not compile"
27
.endif
28
29
.include <bsd.port.post.mk>
(-)/tmp/gyroscope/files/patch-gtkcolorsel.c (+15 lines)
Line 0 Link Here
1
--- gtkcolorsel.c.orig	Tue Oct 21 22:18:28 2003
2
+++ gtkcolorsel.c	Tue Oct 21 22:18:28 2003
3
@@ -320,9 +320,9 @@
4
 	gtk_container_add (GTK_CONTAINER (about_window), vbox);
5
 	gtk_widget_show (vbox);
6
 
7
-	label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999
8
-	\n    http://www.millar.u-net.com/gyroscope.html    \n
9
-	neil@millar.u-net.com\n");
10
+	label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999\n"\
11
+"	\n    http://www.millar.u-net.com/gyroscope.html    \n"\
12
+"	neil@millar.u-net.com\n");
13
 	gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0);
14
 	gtk_widget_show (label);
15

Return to bug 58346