aboutsummaryrefslogtreecommitdiff
path: root/security/libident/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/libident/files/patch-aa')
-rw-r--r--security/libident/files/patch-aa57
1 files changed, 0 insertions, 57 deletions
diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa
deleted file mode 100644
index 57b4be72ca53..000000000000
--- a/security/libident/files/patch-aa
+++ /dev/null
@@ -1,57 +0,0 @@
-*** Makefile.o Sat Jan 24 17:11:37 1998
---- Makefile Sat Jan 24 17:12:49 1998
-***************
-*** 8,14 ****
- RANLIB=ranlib
- AR=ar cq
-
-! INSTROOT=/usr/local
- LIBDIR=$(INSTROOT)/lib
- INCDIR=$(INSTROOT)/include
- MANDIR=$(INSTROOT)/man/man3
---- 8,14 ----
- RANLIB=ranlib
- AR=ar cq
-
-! INSTROOT=${PREFIX}
- LIBDIR=$(INSTROOT)/lib
- INCDIR=$(INSTROOT)/include
- MANDIR=$(INSTROOT)/man/man3
-***************
-*** 19,25 ****
- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
- # needed for our purposes (stdlib, string, unistd).
- #
-! CFLAGS = -O
-
- LDLIBS =
- LIBIDENT = libident.a
---- 19,25 ----
- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
- # needed for our purposes (stdlib, string, unistd).
- #
-! #CFLAGS = -O
-
- LDLIBS =
- LIBIDENT = libident.a
-***************
-*** 33,38 ****
---- 33,39 ----
- @echo aix
- @echo bsd
- @echo bsd2.11
-+ @echo freebsd
- @echo dynix
- @echo hpux
- @echo irix
-***************
-*** 126,131 ****
---- 127,134 ----
- bsd2.11:
- @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS"
-
-+ freebsd:
-+ @$(MAKE) all CC="$(CC)" CFLAGS="${CFLAGS} -Wall -DHAVE_ANSIHEADERS"
-
- #
- #