diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-22 18:37:03 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-22 18:37:03 +0000 |
commit | 22fe5312b0ab3074944ee96693dcbe0676e66b9a (patch) | |
tree | efb235c8393c46412c019b97dfdbf0af27abf35e /audio/gtkpod/patches | |
parent | 0f8db49c287b4eb795686b5d22d13110922e97c6 (diff) | |
download | pkgsrc-22fe5312b0ab3074944ee96693dcbe0676e66b9a.tar.gz |
PR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE.
Diffstat (limited to 'audio/gtkpod/patches')
-rw-r--r-- | audio/gtkpod/patches/patch-bk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/gtkpod/patches/patch-bk b/audio/gtkpod/patches/patch-bk new file mode 100644 index 00000000000..de1e441d32b --- /dev/null +++ b/audio/gtkpod/patches/patch-bk @@ -0,0 +1,13 @@ +$NetBSD: patch-bk,v 1.1 2011/11/22 18:37:03 shattered Exp $ + +--- src/Makefile.in.orig 2011-11-22 18:06:54.000000000 +0000 ++++ src/Makefile.in +@@ -282,7 +282,7 @@ gtkpod_SOURCES = \ + rb_rating_helper.c rb_rating_helper.h \ + rb_cell_renderer_rating.c rb_cell_renderer_rating.h + +-gtkpod_LDADD = $(LIBS) -lm $(INTLLIBS) -ldl @LIBOBJS@ ++gtkpod_LDADD = $(LIBS) -lm $(INTLLIBS) $(DL_LDFLAGS) $(DL_LIBS) @LIBOBJS@ + EXTRA_DIST = getopt.h + CLEANFILES = date_parser.c date_parser2.c + all: all-am |