3 Commits 8138ed4b24 ... 5fdd7336d5

Author SHA1 Message Date
  Riley Baird 5fdd7336d5 Removed files used in testing 8 years ago
  Riley Baird 26149309f4 Merge branch 'master' of https://notabug.org/orthogonal/LibertyBSD_xenocara 8 years ago
  Riley Baird 53722d20f2 Define build_alias=amd64-unknown-openbsd5.8 to avoid config.guess 8 years ago

+ 0 - 1
xenocara/.kshrc

@@ -1 +0,0 @@
-alias uname=uname-obsd; export uname

+ 1 - 0
xenocara/app/xlockmore/Makefile.bsd-wrapper

@@ -9,6 +9,7 @@ config.status:
 	CFLAGS="${CFLAGS}" \
 	PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
 	CONFIG_SITE=$(CONFIG_SITE) \
+	build_alias=amd64-unknown-openbsd5.8 \
 		sh ${.CURDIR}/configure --prefix=${X11BASE} \
 		--datarootdir=${X11BASE} \
 		--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \

+ 0 - 7
xenocara/build.sh

@@ -1,7 +0,0 @@
-#!/bin/sh
-export ENV=/usr/xenocara/.kshrc
-cd /usr/xenocara
-rm -rf /usr/xobj/*
-make bootstrap
-make obj
-make build

+ 1 - 0
xenocara/share/mk/bsd.xorg.mk

@@ -172,6 +172,7 @@ config.status:
 .endif
 .endif
 	${CONFIGURE_ENV} PATH=$(XENOCARA_PATH) \
+		build_alias=amd64-unknown-openbsd5.8 \
 		exec sh ${_SRCDIR}/configure --prefix=${X11BASE} \
 		--sysconfdir=/etc \
 		--mandir=${X11BASE}/man \