mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
--- ./toolkit/library/moz.build.orig 2020-01-15 21:33:07.843496000 +0200
|
|
+++ ./toolkit/library/moz.build 2020-01-15 21:36:03.481188000 +0200
|
|
@@ -260,7 +260,7 @@
|
|
OS_LIBS += CONFIG['MOZ_PANGO_LIBS']
|
|
OS_LIBS += CONFIG['XT_LIBS']
|
|
OS_LIBS += [
|
|
- 'gthread-2.0',
|
|
+ 'gthread',
|
|
]
|
|
|
|
if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']:
|