diff options
-rw-r--r-- | ftp/IglooFTP/files/patch-ab | 2 | ||||
-rw-r--r-- | ftp/IglooFTP/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab index 4f00433..d80b3a6 100644 --- a/ftp/IglooFTP/files/patch-ab +++ b/ftp/IglooFTP/files/patch-ab @@ -50,7 +50,7 @@ @echo "#define COMPILE_BY \"`whoami`\"" >> version.h @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h - @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h -+ @echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h ++ @echo "#define GTK_VERSION \"GTK+ `$(GTK_CONFIG) --version`\"" >> version.h @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h @echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h diff --git a/ftp/IglooFTP/pkg-descr b/ftp/IglooFTP/pkg-descr index 45c9569..ab24035 100644 --- a/ftp/IglooFTP/pkg-descr +++ b/ftp/IglooFTP/pkg-descr @@ -15,3 +15,5 @@ symbolic links, support of passive and non-passive data connection, possibility to show / hide hidden file, anti-idle tool, DND support, firewall support, own Netscape mini-toolbar and a great appearance. + +WWW: http://www.littleigloo.org/iglooftp.php3 |