mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
$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
|