1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- fix linkage with netpbm

- supoort LDFLAGS
Reported by: kris (dosirak)
This commit is contained in:
Dirk Meyer 2004-04-04 05:12:54 +00:00
parent e6ad60e385
commit 25423a59e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106090

View File

@ -16,6 +16,8 @@ COMMENT= PPM to Pilot bitmap converter
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
USE_REINPLACE= yes
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
LDFLAGS+= -lm
post-patch:
@${REINPLACE_CMD} -e "s|^CFLAGS =.*|CFLAGS += -I${LOCALBASE}/include|g; \