mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
6355e9a613
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/3d5581ff-d388-11ed-8581-a8a1599412c6.html Differential Revision: https://reviews.freebsd.org/D39432
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
--- third_party/maldoca/BUILD.gn.orig 2023-04-05 11:05:06 UTC
|
|
+++ third_party/maldoca/BUILD.gn
|
|
@@ -264,6 +264,10 @@ source_set("maldoca-public-headers") {
|
|
":maldoca_chromium_config",
|
|
":maldoca_flags",
|
|
]
|
|
+
|
|
+ if (is_bsd) {
|
|
+ libs = [ "iconv" ]
|
|
+ }
|
|
}
|
|
|
|
static_library("maldoca") {
|