OSDN Git Service

OpenBSD x11
authora <a@b.c>
Thu, 27 Oct 2016 14:48:40 +0000 (17:48 +0300)
committera <a@b.c>
Thu, 27 Oct 2016 14:48:40 +0000 (17:48 +0300)
README.md
bootstrap
extra/ported_or_not_included/cpu_brand.S [moved from src/ported_or_not_included/cpu_brand.S with 100% similarity]
extra/ported_or_not_included/cpu_cache.S [moved from src/ported_or_not_included/cpu_cache.S with 100% similarity]
extra/ported_or_not_included/not_included.c [moved from src/ported_or_not_included/not_included.c with 100% similarity]

index 126fabf..40c65fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -273,6 +273,10 @@ ls /usr/local/bin/autoconf-*
 export AUTOCONF_VERSION=2.69
 export AUTOMAKE_VERSION=1.15
 
+# uncomment if you'll use --with-x11 option
+# export CFLAGS='-I/usr/local/include -I/usr/X11R6/include'
+# export LDFLAGS='-L/usr/local/lib -L/usr/X11R6/lib'
+
 # Your call, gcc or llvm ?
 pkg_add gcc
 ```
index 916cc63..06249c6 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -73,7 +73,6 @@ _gen_files() {
       ;;
   esac
 
-
   # to strip get_packs() at compile time,
   # also instead using more hard-coded macros
   # let the shell enumerate them for us