diff options
author | minskim <minskim> | 2005-03-31 17:17:06 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-31 17:17:06 +0000 |
commit | b4e5799a977258b0f279b134740063a0e84428eb (patch) | |
tree | 86da39ee356d3a7e4151ffb77ec97dab478c3f20 /audio/ladspa/patches | |
parent | c2ce7283065b840324959e3c42cf75dd7e069be3 (diff) | |
download | pkgsrc-b4e5799a977258b0f279b134740063a0e84428eb.tar.gz |
Use dlopen.buildlink3.mk to build on platforms with libdl.
Diffstat (limited to 'audio/ladspa/patches')
-rw-r--r-- | audio/ladspa/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ladspa/patches/patch-aa b/audio/ladspa/patches/patch-aa index a5522729afd..d203c2bf0a2 100644 --- a/audio/ladspa/patches/patch-aa +++ b/audio/ladspa/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/01/12 13:57:51 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2005/03/31 17:17:07 minskim Exp $ --- makefile.orig 2004-02-28 17:30:22.000000000 +0100 +++ makefile 2004-02-28 17:35:17.000000000 +0100 @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/01/12 13:57:51 xtraeme Exp $ INCLUDES = -I. -LIBRARIES = -ldl -lm -CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC -+LIBRARIES = -lm ++LIBRARIES = $(DL_LIBS) -lm +CFLAGS = $(INCLUDES) -Wall -Werror -fPIC CXXFLAGS = $(CFLAGS) PLUGINS = ../plugins/amp.so \ |