summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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