diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-05-12 19:10:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-05-12 21:28:58 +0200 |
commit | abc3e67678d77c43fe739af3ed812d558cc83435 (patch) | |
tree | a9e061d3fd40a4bff2bf8e46d18117da5179abbd /source/n/popa3d | |
parent | afc0f1e9aaa780f00b61d8c42b3a77833fbbaff8 (diff) | |
download | current-abc3e67678d77c43fe739af3ed812d558cc83435.tar.gz current-abc3e67678d77c43fe739af3ed812d558cc83435.tar.xz |
Sun May 12 19:10:12 UTC 202420240512191012
a/less-654-x86_64-1.txz: Upgraded.
d/ninja-1.12.1-x86_64-1.txz: Upgraded.
n/whois-5.5.23-x86_64-1.txz: Upgraded.
Updated the .sc, .********* (.xn--yfro4i67o, Singapore)
and .********************************* (.xn--clchc0ea0b2g2a9gcd, Singapore)
TLD servers.
extra/bittornado/bittornado-0.3.18-noarch-3.txz: Removed.
Obsolete and based on python2.
Diffstat (limited to 'source/n/popa3d')
-rwxr-xr-x | source/n/popa3d/popa3d.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/popa3d/popa3d.gcc14.diff | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/source/n/popa3d/popa3d.SlackBuild b/source/n/popa3d/popa3d.SlackBuild index c3cd6543b..43ff60c2d 100755 --- a/source/n/popa3d/popa3d.SlackBuild +++ b/source/n/popa3d/popa3d.SlackBuild @@ -63,6 +63,8 @@ else zcat $CWD/popa3d.shadow.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 fi +zcat $CWD/popa3d.gcc14.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/n/popa3d/popa3d.gcc14.diff b/source/n/popa3d/popa3d.gcc14.diff new file mode 100644 index 000000000..932b57741 --- /dev/null +++ b/source/n/popa3d/popa3d.gcc14.diff @@ -0,0 +1,11 @@ +--- ./Makefile.orig 2024-05-11 14:15:26.383948970 -0500 ++++ ./Makefile 2024-05-11 14:16:03.483949800 -0500 +@@ -3,7 +3,7 @@ + RM = rm -f + MKDIR = mkdir -p + INSTALL = install -c +-CFLAGS = -Wall -O2 -fomit-frame-pointer ++CFLAGS = -Wall -O2 -fomit-frame-pointer -Wno-error=implicit-function-declaration -Wno-error=int-conversion + # You may use OpenSSL's MD5 routines instead of the ones supplied here + CFLAGS += -DHAVE_OPENSSL + LDFLAGS = -s |