aboutsummaryrefslogtreecommitdiff
path: root/graphics/devil/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-18 00:49:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-18 00:49:06 +0000
commit6903616a35a10c4c9b23d62c1fc836fe46fe23d2 (patch)
tree9536dc4b774a1ce88108496dee3a5aba0d2e099c /graphics/devil/Makefile
parent8d956aca265259be04e8e83e8d63ac1e156e5253 (diff)
downloadports-6903616a35a10c4c9b23d62c1fc836fe46fe23d2.tar.gz
ports-6903616a35a10c4c9b23d62c1fc836fe46fe23d2.zip
- Update to version 1.7.8
PR: 132748 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
Notes
Notes: svn path=/head/; revision=230327
Diffstat (limited to 'graphics/devil/Makefile')
-rw-r--r--graphics/devil/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index 47c390e95a29..e4a2621902e3 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= devil
-PORTVERSION= 1.7.7
+PORTVERSION= 1.7.8
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF/openil
@@ -102,6 +102,8 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e '/^pkgdir=/s|$$(libdir)/|$$(prefix)/libdata/|g' \
${WRKSRC}/data/Makefile.am
+ @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
+ ${WRKSRC}/src-ILU/ilur/ilur.c
post-install:
.if !defined(NOPORTDOCS)