pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46778: graphics/p5-GD needs libiconv
Is it possible to remove "workaround for solarsi systems?" from Makefile.PL?
Good question. I don't see any trace of iconv usage, neither in
graphics/p5-GD nor in graphics/gd or any of the dependencies. After
removing this "workaround", the package still compiles - and fails with
and without iconv in the same way on "bmake test"...
So instead of adding a dependency, I suggest this patch:
--- Makefile.PL 2012/08/08 11:57:50 1.1
+++ Makefile.PL 2012/08/08 11:58:00
@@ -134,11 +134,6 @@
@LIBS = qw(-llibgd.olb -llibpng.olb -llibz.olb);
}
-# workaround for solaris systems?
-elsif ($^O =~ /solaris/i) {
- push @LIBS,'-liconv';
-}
-
###################################################################
# path to libgd, skip prompt if passed in from above
###################################################################
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index