Skip to content

Commit

Permalink
avoid off64_t error with zziplib in luazip
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@71105 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Apr 28, 2024
1 parent 42cb167 commit 8291466
Show file tree
Hide file tree
Showing 131 changed files with 18,788 additions and 3,218 deletions.
14 changes: 14 additions & 0 deletions libs/cairo/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4702,6 +4702,8 @@ esac

echo 'tldbg:KPSE_BASIC called (pkg=cairo, amopt=)' >&5

#
# am_init_automake
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
# is not polluted with repeated "-I."
Expand Down Expand Up @@ -4958,6 +4960,8 @@ END
fi


# am_maintainer_mode

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
# Check whether --enable-maintainer-mode was given.
Expand All @@ -4982,6 +4986,11 @@ fi
MAINT=$MAINTAINER_MODE_TRUE



# See comments in kpse-setup.m4 about system extensions.


# Check whether prototypes work.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler accepts prototypes" >&5
printf %s "checking whether the compiler accepts prototypes... " >&6; }
if test ${kb_cv_c_prototypes+y}
Expand Down Expand Up @@ -5015,6 +5024,8 @@ printf "%s\n" "$kb_cv_c_prototypes" >&6; }
if test "x$kb_cv_c_prototypes" = xno; then
as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5
fi

# kpse_compiler_warnings options.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5
printf %s "checking what warning flags to pass to the C compiler... " >&6; }
if test ${kpse_cv_warning_cflags+y}
Expand Down Expand Up @@ -5072,6 +5083,9 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags



# end of kpse_basic macro.
echo 'tldbg:KPSE_BASIC done (pkg=cairo, amopt=)' >&5


ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
Expand Down

0 comments on commit 8291466

Please sign in to comment.