pkgsrc/audio/lmms/patches/patch-ac
rillig 4db6e1ae7b Imported lmms.
LMMS aims to be a free alternative to popular (but commercial and
closed- source) programs like FruityLoops, Cubase and Logic giving you
the ability of producing music with your computer by
creating/synthesizing sounds, arranging samples, using effects, playing
live with keyboard and much more...

LMMS combines the features of a sequencer-program (pattern-/channel-/
sample-/song-/effect-management) and those of powerful synthesizers and
samplers in a modern, user-friendly and easy to use graphical
user-interface.
2006-07-23 11:50:25 +00:00

15 lines
887 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2006/07/23 11:50:25 rillig Exp $
Not every system needs -ldl.
--- Makefile.in.orig 2006-07-19 11:47:47.000000000 +0200
+++ Makefile.in 2006-07-23 13:30:16.000000000 +0200
@@ -571,7 +571,7 @@ CLEANFILES = $(lmms_MOC) ./embedded_reso
@HAVE_LIBVORBIS_TRUE@LIB_VORBIS_LDADD = -lvorbis -lvorbisenc -lvorbisfile
@HAVE_LIBSRC_TRUE@LIB_SRC_LDADD = -lsamplerate
@HAVE_LIBSF_TRUE@LIB_SF_LDADD = -lsndfile
-lmms_LDADD = $(QT_LDADD) $(LIB_SDL_LDADD) $(LIB_ASOUND_LDADD) $(LIB_JACK_LDADD) $(LIB_SDL_SOUND_LDADD) $(LIB_VORBIS_LDADD) $(LIB_SRC_LDADD) $(LIB_SF_LDADD) $(LIB_FST_LDADD) -ldl
+lmms_LDADD = $(QT_LDADD) $(LIB_SDL_LDADD) $(LIB_ASOUND_LDADD) $(LIB_JACK_LDADD) $(LIB_SDL_SOUND_LDADD) $(LIB_VORBIS_LDADD) $(LIB_SRC_LDADD) $(LIB_SF_LDADD) $(LIB_FST_LDADD) $(LIBS)
lmms_LDFLAGS = -rdynamic
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive