mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Change to fork and update to 0.79.10 - Drop NLS option, it just covers a few languages and is inconsistent - Add nox11 flavor - Partially backport upstream changeset 25:a315fe55901a (mercurial) to allow a clean build of nox11 flavor - Drop GCC requirement - Rework port to follow Porters Handbook more closely and for better readability - Enable verbose build PR: 270718 Approved by: portmgr (maintainer timeout, 2+ weeks)
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
--- configure.orig 2021-08-26 13:29:58 UTC
|
|
+++ configure
|
|
@@ -44,7 +44,6 @@ CFG_HAVE_OPTIONS="$CFG_HAVE_OPTIONS -DHAVE_UNSTABLE_RE
|
|
# Check for some essential tools.
|
|
|
|
REQUIRE_GMAKE
|
|
-REQUIRE_GCC
|
|
|
|
# Find out and verify the basedir of the source installation,
|
|
# and where to install the binary.
|
|
@@ -82,7 +81,7 @@ fi
|
|
if CHECK_INCLUDE cpuid.h cpuid; then
|
|
CFG_HAVE_OPTIONS="$CFG_HAVE_OPTIONS -DHAVE_CPUID"
|
|
fi
|
|
-CHECK_LIBRARY intl gettext intl
|
|
+# CHECK_LIBRARY intl gettext intl
|
|
CHECK_LIBRARY cam cam_open_device cam
|
|
|
|
# Look for required functions
|
|
@@ -100,10 +99,10 @@ if ! CHECK_FUNCTION getopt_long ; then
|
|
fi
|
|
fi
|
|
|
|
-if ! CHECK_FUNCTION gettext ; then
|
|
- echo " [previous test forces -with-nls=no]"
|
|
+# if ! CHECK_FUNCTION gettext ; then
|
|
+# echo " [previous test forces -with-nls=no]"
|
|
cfg_force_with_nls=no
|
|
-fi
|
|
+# fi
|
|
|
|
CHECK_FUNCTION round
|
|
|
|
@@ -124,7 +123,7 @@ CHECK_ALTIVEC
|
|
|
|
PRINT_MESSAGE "\nChecking for additional tools..."
|
|
|
|
-if ! EXECUTE_PROGRAM "xgettext --help" xgettext \
|
|
+if ! EXECUTE_PROGRAM "no-xgettext --help" xgettext \
|
|
||! EXECUTE_PROGRAM "msgmerge --help" msgmerge \
|
|
||! EXECUTE_PROGRAM "msgfmt --help" msgfmt ; then
|
|
echo "* You need to install the GNU gettext tools"
|