diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-04 06:31:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-04 06:31:22 +0000 |
commit | 91542b5c85de9d740baa41da5202427df32ede7d (patch) | |
tree | 93fa3769b55225ab46dd2eb1e9b1548bbd4d51f0 /palm | |
parent | malloc.h -> stdlib.h (diff) |
- drop math lib
Notes
Notes:
svn path=/head/; revision=106095
Diffstat (limited to 'palm')
-rw-r--r-- | palm/ppmtoTbmp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile index c5aca96dfcd7..1aa7541d4f4d 100644 --- a/palm/ppmtoTbmp/Makefile +++ b/palm/ppmtoTbmp/Makefile @@ -17,7 +17,6 @@ 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; \ |