You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/ams/files/ams-2.1.1-dl.patch

14 lines
301 B

Missing -ldl for dlsym, dlerror, and dlopen, see http://bugs.gentoo.org/379251
--- ams-2.1.1/src/Makefile.am
+++ ams-2.1.1/src/Makefile.am
@@ -252,6 +252,8 @@
textedit.h \
notelist.h
+ams_LDADD = -ldl
+
translationsdir = $(pkgdatadir)/translations
translations = \
translations/ams_de.ts \