Commits on Source (10)
-
mio authored
Fix -Wincompatible-pointer-types error with gcc 14 on 32-bit arches. ``` telepathy-logger.c: In function 'log_handler': telepathy-logger.c:70:20: error: passing argument 1 of 'localtime_r' from incompatible pointer type [-Wincompatible-pointer-types] 70 | localtime_r (&(now.tv_sec), &tm); | ^~~~~~~~~~~~~ | | | glong * {aka long int *} In file included from /usr/include/glib-2.0/glib/gtypes.h:41, from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from telepathy-logger.c:23: /usr/include/time.h:76:25: note: expected 'const time_t * restrict' {aka 'const long long int * restrict'} but argument is of type 'glong *' {aka 'long int *'} 76 | struct tm *localtime_r (const time_t *__restrict, struct tm *__restrict); | ^ ```
-
Fix multiple build errors with gcc 14. ``` mupen64plus-core/subprojects/minizip/zip.c: In function 'zipOpenNewFileInZip4_64': mupen64plus-core/subprojects/minizip/zip.c:1249:28: error: assignment to 'const long unsigned int *' from incompatible pointer type 'con st z_crc_t *' {aka 'const unsigned int *'} [-Wincompatible-pointer-types] 1249 | zi->ci.pcrc_32_tab = get_crc_table(); | ^ ``` ``` custom/dependencies/libzlib/gzlib.c: In function 'gz_open': custom/dependencies/libzlib/gzlib.c:14:17: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 14 | # define LSEEK lseek | ^~~~~ custom/dependencies/libzlib/gzlib.c:256:24: note: in expansion of macro 'LSEEK' 256 | state->start = LSEEK(state->fd, 0, SEEK_CUR); | ^~~~~ ```
-
-
This allows installing mariadb-client without perl. When perl is installed on the system mariadb-client-perl will be installed automatically when mariadb-client is installed.
-
-
-
Showing
- community/libretro-mupen64plus/APKBUILD 7 additions, 4 deletionscommunity/libretro-mupen64plus/APKBUILD
- community/libretro-mupen64plus/gcc14.patch 141 additions, 0 deletionscommunity/libretro-mupen64plus/gcc14.patch
- community/offpunk/APKBUILD 4 additions, 3 deletionscommunity/offpunk/APKBUILD
- community/offpunk/offpunk.post-install 2 additions, 2 deletionscommunity/offpunk/offpunk.post-install
- community/py3-alive-progress/APKBUILD 1 addition, 1 deletioncommunity/py3-alive-progress/APKBUILD
- community/py3-bayesian-optimization/APKBUILD 1 addition, 1 deletioncommunity/py3-bayesian-optimization/APKBUILD
- community/py3-branca/APKBUILD 1 addition, 1 deletioncommunity/py3-branca/APKBUILD
- community/py3-chaospy/APKBUILD 1 addition, 1 deletioncommunity/py3-chaospy/APKBUILD
- community/py3-cytoolz/APKBUILD 1 addition, 1 deletioncommunity/py3-cytoolz/APKBUILD
- community/py3-imbalanced-learn/APKBUILD 1 addition, 1 deletioncommunity/py3-imbalanced-learn/APKBUILD
- community/py3-mealpy/APKBUILD 1 addition, 1 deletioncommunity/py3-mealpy/APKBUILD
- community/py3-numpoly/APKBUILD 1 addition, 1 deletioncommunity/py3-numpoly/APKBUILD
- community/py3-optuna/APKBUILD 1 addition, 1 deletioncommunity/py3-optuna/APKBUILD
- community/py3-patchworklib/APKBUILD 1 addition, 1 deletioncommunity/py3-patchworklib/APKBUILD
- community/py3-plotnine/APKBUILD 1 addition, 1 deletioncommunity/py3-plotnine/APKBUILD
- community/py3-pydicom/APKBUILD 1 addition, 1 deletioncommunity/py3-pydicom/APKBUILD
- community/py3-pyqt6-webengine/APKBUILD 1 addition, 1 deletioncommunity/py3-pyqt6-webengine/APKBUILD
- community/py3-statys/APKBUILD 1 addition, 1 deletioncommunity/py3-statys/APKBUILD
- community/telepathy-logger/APKBUILD 3 additions, 1 deletioncommunity/telepathy-logger/APKBUILD
- community/telepathy-logger/gcc14-time-t.patch 36 additions, 0 deletionscommunity/telepathy-logger/gcc14-time-t.patch
community/libretro-mupen64plus/gcc14.patch
0 → 100644