Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 583584 | Differences between
and this patch

Collapse All | Expand All

(-)libgd-2.2.0/configure.ac.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
dnl This isn't 100% correct, but it tends to be a close enough approximation
41
dnl This isn't 100% correct, but it tends to be a close enough approximation
42
dnl for how we manage the codebase.  It's rare to do a release that doesn't
42
dnl for how we manage the codebase.  It's rare to do a release that doesn't
43
dnl modify the library since this project is centered around the library.
43
dnl modify the library since this project is centered around the library.
44
GDLIB_LT_REVISION=$(printf '%i%02i%02i' $GDLIB_MAJOR $GDLIB_MINOR $GDLIB_REVISION)
44
GDLIB_LT_REVISION="$(($GDLIB_MAJOR << 8 | $GDLIB_MINOR << 4 | $GDLIB_REVISION))"
45
GDLIB_LT_AGE=0
45
GDLIB_LT_AGE=0
46
AC_SUBST(GDLIB_LT_CURRENT)
46
AC_SUBST(GDLIB_LT_CURRENT)
47
AC_SUBST(GDLIB_LT_REVISION)
47
AC_SUBST(GDLIB_LT_REVISION)

Return to bug 583584