mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
10 lines
313 B
Text
10 lines
313 B
Text
--- src/Makefile.am.orig 2020-12-27 21:27:17.416688000 +0100
|
|
+++ src/Makefile.am 2020-12-27 21:27:34.578674000 +0100
|
|
@@ -38,6 +37,7 @@
|
|
|
|
if FREEBSD
|
|
butt_SOURCES += currentTrack.h currentTrackLinux.cpp
|
|
+LDADD = -lintl
|
|
endif
|
|
|
|
# used only under MinGW to compile the resource.rc file (manifest and program icon)
|