Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build-openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ echo "Building GNUstep for OpenBSD"
echo ""

CPUS=4
SUDO='sudo LD_LIBRARY_PATH=$LD_LIBRARY_PATH'
scriptsdir="`pwd`/tools-scripts"

# Build make
Expand All @@ -62,7 +61,7 @@ echo "==="
echo "======== Build gui"
cd ../libs-gui
${SUDO} ${MAKE} clean
./configure --with-x --enable-speech
./configure --with-x --enable-speech --enable-imagemagick
${MAKE} debug=yes messages=yes -j4
${SUDO} -u root ./install.sh ${GNUSTEP_ROOT} ${MAKE}
echo "==="
Expand Down
4 changes: 2 additions & 2 deletions install-dependencies-openbsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git #!/bin/sh
#!/bin/sh

# change to doas if you use doas
SUDO=sudo
Expand All @@ -9,6 +9,6 @@ echo "NOTE: This file assumes that Xorg is installed and that sudo is installed.
echo " Change the SUDO= variable at top of script to use 'doas' instead"
echo " Also, 'doas' or 'sudo' should be properly configured to allow running the script."
echo "Installing..."
${SUDO} pkg_add curl git sudo-- gmake cmake windowmaker jpeg tiff png libiconv libxml libxslt gnutls libffi icu4c cairo avahi gcc%${GCC_MAJOR} gobjc%${GCC_MAJOR} gmp gdb gnustep-libobjc2 flite libao libsndfile giflib cups aspell
${SUDO} pkg_add curl git sudo-- gmake cmake windowmaker jpeg tiff png libiconv libxml libxslt gnutls libffi icu4c cairo avahi gcc%${GCC_MAJOR} gobjc%${GCC_MAJOR} gmp gdb gnustep-libobjc2 flite libao libsndfile giflib cups aspell ImageMagick
echo "Done..."
exit 0