From: a Date: Thu, 27 Oct 2016 14:48:40 +0000 (+0300) Subject: OpenBSD x11 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a944504ae47ae98dd1ed46708eb8758a8c8c6ec9;p=pinky-bar%2Fpinky-bar.git OpenBSD x11 --- diff --git a/README.md b/README.md index 126fabf..40c65fc 100644 --- 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 ``` diff --git a/bootstrap b/bootstrap index 916cc63..06249c6 100755 --- 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 diff --git a/src/ported_or_not_included/cpu_brand.S b/extra/ported_or_not_included/cpu_brand.S similarity index 100% rename from src/ported_or_not_included/cpu_brand.S rename to extra/ported_or_not_included/cpu_brand.S diff --git a/src/ported_or_not_included/cpu_cache.S b/extra/ported_or_not_included/cpu_cache.S similarity index 100% rename from src/ported_or_not_included/cpu_cache.S rename to extra/ported_or_not_included/cpu_cache.S diff --git a/src/ported_or_not_included/not_included.c b/extra/ported_or_not_included/not_included.c similarity index 100% rename from src/ported_or_not_included/not_included.c rename to extra/ported_or_not_included/not_included.c