mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
abc3e67678
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.
11 lines
433 B
Diff
11 lines
433 B
Diff
--- ./Makefile.orig 2024-05-11 16:51:27.919158388 -0500
|
|
+++ ./Makefile 2024-05-11 16:53:10.235160676 -0500
|
|
@@ -336,7 +336,7 @@
|
|
# real effect on the reliability of the program, but may concern some
|
|
# people who don't understand them.
|
|
#CFLAGS=-DSYSV3 -O2 -Wall -pipe
|
|
-CFLAGS=-DSYSV3 -O2 -pipe
|
|
+CFLAGS=-DSYSV3 -O2 -pipe -Wno-error=implicit-function-declaration -Wno-error=implicit-int
|
|
LIB=-lm -lncurses
|
|
|
|
# All of the source files
|