mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
11 lines
315 B
Text
11 lines
315 B
Text
--- ./configure.orig 2013-10-22 01:49:15.000000000 -0700
|
|
+++ ./configure 2013-11-04 07:23:05.115448412 -0800
|
|
@@ -4073,7 +4073,7 @@
|
|
}
|
|
|
|
# build qmake
|
|
-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
|
|
+if [ '!' -e "$outpath/bin/qmake" ]; then
|
|
echo "Creating qmake..."
|
|
|
|
mkdir -p "$outpath/qmake" || exit
|