1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/netpbm
Tobias Kortkamp 1f2a4fab13 graphics/netpbm: Fix build with older netpbm versions installed
The build currently fails when older netpbm version are still
installed in the build environment e.g. when upgrading from 10.35.98
to 10.80.00 the build fails with

ppmtompeg.o: In function `main':
ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree'
ppmtompeg.o: In function `getUserFrameFile':
ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf'
ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree'
ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree'

- Use explicit paths when linking with libnetpbm
- Remove UPDATING entry that previously recommended deinstalling
  netpbm first when using portmaster/portupgrade

PR:		223724
2017-11-18 00:51:34 +00:00
..
files graphics/netpbm: Fix build with older netpbm versions installed 2017-11-18 00:51:34 +00:00
distinfo graphics/netpbm: Update to 10.80.00 2017-10-06 11:18:35 +00:00
Makefile graphics/netpbm: Fix build with older netpbm versions installed 2017-11-18 00:51:34 +00:00
pkg-descr graphics/netpbm: Update to 10.80.00 2017-10-06 11:18:35 +00:00
pkg-plist graphics/netpbm: Update to 10.80.00 2017-10-06 11:18:35 +00:00