mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
As a patch release, Qt 6.5.2 does not introduce any new features but contains about 290 bug fixes, security updates, and other improvements to the top of the Qt 6.5.1 release. See more information about the most important changes and bug fixes from Qt 6.5.2 release note. Announcement: https://www.qt.io/blog/qt-6.5.2-released-1 Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
11 lines
410 B
Python
11 lines
410 B
Python
--- src/3rdparty/chromium/tools/licenses.py.orig 2023-07-22 20:07:18 UTC
|
|
+++ src/3rdparty/chromium/tools/licenses.py
|
|
@@ -582,6 +582,8 @@ def _GnBinary():
|
|
exe = 'gn'
|
|
if sys.platform.startswith('linux'):
|
|
subdir = 'linux64'
|
|
+ elif sys.platform.startswith('freebsd'):
|
|
+ subdir = '../../../../.build/install/bin'
|
|
elif sys.platform == 'darwin':
|
|
subdir = 'mac'
|
|
elif sys.platform == 'win32':
|