aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-03-27 12:23:11 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-03-27 12:23:11 +0000
commit190bbf4a689bc9c40b5d9aa67c2620c539209944 (patch)
tree48bfa5211bb30cdcacc9d9f903520e0a687832f3 /graphics/opendx
parent9db07173bc2135c90cdef8e5419d07c41e2e5b1e (diff)
downloadports-190bbf4a689bc9c40b5d9aa67c2620c539209944.tar.gz
ports-190bbf4a689bc9c40b5d9aa67c2620c539209944.zip
Fix building (I hope, I never got this error I'm seeing on bento).
Notes
Notes: svn path=/head/; revision=40432
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index ba4c95b267d5..e47702e9397f 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -29,6 +29,7 @@ USE_MOTIF= yes
USE_NEWGCC= yes
USE_XLIB= yes
AUTOMAKE_ARGS= -a -i
+CONFIGURE_ARGS= --without-magick
CONFIGURE_ENV= ARCH="" \
CFLAGS="${CFLAGS} -I${PREFIX}/include" \
CPPFLAGS="-I${PREFIX}/include" \
@@ -40,6 +41,7 @@ PLIST_SUB= ARCH=${OPSYS:L}
post-patch:
@find ${WRKSRC} -name Makefile.am | \
xargs ${PERL} -pi -e "s;-lXm ;${MOTIFLIB} ;g"
+ @${RM} -f ${WRKSRC}/include/stamp-h.in
pre-configure:
@cd ${WRKSRC} && aclocal && ${SETENV} ${CONFIGURE_ENV} autoheader