mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Use GTK_CONFIG properly; add WWW.
PR: 19924 Submitted by: Ports Fury
This commit is contained in:
parent
c0de6bd498
commit
31619d7158
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30663
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user