pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32753
The following reply was made to PR pkg/32753; it has been noted by GNATS.
From: Idar Tollefsen <idart%performancedesign.no@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/32753
Date: Sat, 11 Feb 2006 20:11:58 +0100
This is a multi-part message in MIME format.
--------------000302060002080705050101
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
... and here's the patch for the remaining undefined symbols.
--------------000302060002080705050101
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="patch-lib:plugin:Makefile.in"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch-lib:plugin:Makefile.in"
--- lib/plugin/Makefile.in.orig 2005-08-28 15:11:26.000000000 +0200
+++ lib/plugin/Makefile.in 2006-02-10 17:04:45.000000000 +0100
@@ -399,7 +399,12 @@
gvplugin_usershape_gd.c \
gvusershape_gd.c
-libgvplugin_usershape_gd_la_LIBADD = @GD_LIBS@
+libgvplugin_usershape_gd_la_LIBADD = \
+ @GD_LIBS@ \
+ $(top_builddir)/lib/ast/libast.la \
+ $(top_builddir)/lib/sfio/libsfio.la \
+ $(top_builddir)/lib/agraph/libagraph.la \
+ $(top_builddir)/lib/gvc/libgvc.la
EXTRA_DIST = Makefile.old
all: all-am
--------------000302060002080705050101--
Home |
Main Index |
Thread Index |
Old Index