summaryrefslogtreecommitdiff
path: root/ftp/IglooFTP/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/IglooFTP/files/patch-ab')
-rw-r--r--ftp/IglooFTP/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab
index 4f00433a8c8f..d80b3a665b5f 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