blob: 98518a3cbf248daef963940f05e8b82dd5607a0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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)
|