pkg://yp-clients-2.2-8.src.rpm:31685/yp-clients-2.2-make.patch
info downloads
--- yp-clients-2.2/ypbind/Makefile.orig Tue Feb 13 13:02:54 1996
+++ yp-clients-2.2/ypbind/Makefile Tue Feb 13 13:03:03 1996
@@ -2,7 +2,7 @@
#
#include ../Makerules
-CC = gcc -m486 -ansi -pedantic # -fbounds-checking
+CC = gcc -m486 # -fbounds-checking
ifndef WFLAGS
WFLAGS = -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs
--- yp-clients-2.2/Makeconfig.orig Wed Nov 15 05:10:01 1995
+++ yp-clients-2.2/Makeconfig Tue Feb 13 13:01:56 1996
@@ -18,7 +18,7 @@
# Where we are now.
SRCDIR:=$(shell pwd)
-WFLAGS=-Wall -ansi -pedantic -Wtraditional -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs
+WFLAGS=-Wall -Wtraditional -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs
MKDIR=mkdir -p