WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=76da58d30f211e6c24f11379b97e7b01d7433856
commit 76da58d30f211e6c24f11379b97e7b01d7433856 Author: Alastair Poole <nets...@gmail.com> Date: Fri Feb 26 23:46:59 2021 -0800 Wiki page openbsd-start.md changed with summary [] by Alastair Poole --- pages/docs/distros/openbsd-start.md.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/docs/distros/openbsd-start.md.txt b/pages/docs/distros/openbsd-start.md.txt index 56908baf9..638cf99d0 100644 --- a/pages/docs/distros/openbsd-start.md.txt +++ b/pages/docs/distros/openbsd-start.md.txt @@ -55,7 +55,6 @@ pkg_add bullet check fribidi gettext-tools giflib git gstreamer1 gstreamer1-plug Set up these environment variables before building. ```bash -su ulimit -n 4096; export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig" export CFLAGS="-I/usr/local/include -I/usr/include -I/usr/X11R6/include" @@ -119,7 +118,6 @@ pkg_add bullet check fribidi gettext-tools giflib git gstreamer1 gstreamer1-plug Set up these environment variables before building. ```bash -su ulimit -n 4096; export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig" export CFLAGS="-I/usr/local/include -I/usr/include -I/usr/X11R6/include" --