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

(-)ftp/IglooFTP/patches/patch-ab (-1 / +1 lines)
Lines 50-56 Link Here
50
 	@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
50
 	@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
51
 	@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
51
 	@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
52
-	@echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
52
-	@echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
53
+	@echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h
53
+	@echo "#define GTK_VERSION \"GTK+ `$(GTK_CONFIG) --version`\"" >> version.h
54
 	@echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
54
 	@echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
55
 	@echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h
55
 	@echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h
56
 
56
 
(-)ftp/IglooFTP/pkg/DESCR (+2 lines)
Lines 15-17 Link Here
15
connection, possibility to show / hide hidden file, 
15
connection, possibility to show / hide hidden file, 
16
anti-idle tool, DND support, firewall support,
16
anti-idle tool, DND support, firewall support,
17
own Netscape mini-toolbar and a great appearance.
17
own Netscape mini-toolbar and a great appearance.
18
19
WWW: http://www.littleigloo.org/iglooftp.php3

Return to bug 19924