From 35bcdf8067b11488c41687d3c4bebb483500ed52 Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Tue, 17 Mar 2009 00:04:50 +0900
Subject: [PATCH] Yay! It at least reboots!!!   ...but keymaps are broken.

---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 1bf4d7a..779d348 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,9 @@ CONFIGURE_ARGS+=	--with-apple-applications-dir=${DARWIN_X11_APP_DIR:Q}
 
 CONFIGURE_ENV+=		APP_MAN_SUFFIX=1 FILE_MAN_SUFFIX=5
 
-#CONFIGURE_ARGS+=	CFLAGS=-g CXXFLAGS=-g
+# We don't want installed binaries to be stripped because of weak
+# definitions.
+CONFIGURE_ARGS+=	INSTALL_PROGRAM="${INSTALL} -m 555"
 
 FILES_SUBST+=		PREFIX=${PREFIX}
 FILES_SUBST+=		DARWIN_X11_APP_DIR=${DARWIN_X11_APP_DIR}
@@ -109,7 +111,8 @@ pre-configure:
 # X11.app requires xinit to be installed.
 DEPENDS+=	xinit-[0-9]*:../../x11/xinit
 
-# X11.app requires 'misc' font.
+# X11.app requires these fonts to start.
+DEPENDS+=	font-cursor-misc-[0-9]*:../../fonts/font-cursor-misc
 DEPENDS+=	font-misc-misc-[0-9]*:../../fonts/font-misc-misc
 DEPENDS+=	font-alias-[0-9]*:../../fonts/font-alias
 
-- 
2.40.0