pkgsrc/graphics/mgl/patches/patch-ad
wiz d7521f744d Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
2001-03-20 13:54:31 +00:00

22 lines
795 B
Text

$NetBSD: patch-ad,v 1.2 2001/03/20 13:54:31 wiz Exp $
--- bin/Makefile.orig Sun Dec 10 02:49:28 2000
+++ bin/Makefile Wed Mar 14 06:47:24 2001
@@ -61,12 +61,12 @@
ifdef SERVER_X11
$(INSTALL) -c -s ${PRIV_BIN} ${SERVER_X11} ${MGL_BIN_DIR}
endif
-ifdef IM_DYNAMIC
- ${INSTALL} -c -s ${PRIV_BIN} ${IM_PROG} ${MGLDIR}
-endif
+#ifdef IM_DYNAMIC
+# ${INSTALL} -c -s ${PRIV_BIN} ${IM_PROG} ${MGLDIR}
+#endif
${INSTALL} -c -s ${PRIV_BIN} imsoft.so ${MGLDIR}
- ${INSTALL} -c -s ${PRIV_BIN} mgl_fontinfo ${MGL_BIN_DIR}
- ${INSTALL} -c -s ${PRIV_BIN} bdftomgl ${MGL_BIN_DIR}
+# ${INSTALL} -c -s ${PRIV_BIN} mgl_fontinfo ${MGL_BIN_DIR}
+# ${INSTALL} -c -s ${PRIV_BIN} bdftomgl ${MGL_BIN_DIR}
ifdef CALIB_PROGS
${INSTALL} -c -s ${PRIV_BIN} ${CALIB_PROGS} ${MGL_SBIN_DIR}
ifdef INSTALL_update_tool