From eb477df53f37eaf87ddba7a6e240fd9dcac56700 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 12 Mar 1999 15:48:45 +0000 Subject: Initial import of FreeBSD's "libident" port: A small library to interface the ident protocol server (rfc1413). --- security/libident/patches/patch-aa | 57 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 security/libident/patches/patch-aa (limited to 'security/libident/patches') diff --git a/security/libident/patches/patch-aa b/security/libident/patches/patch-aa new file mode 100644 index 00000000000..57b4be72ca5 --- /dev/null +++ b/security/libident/patches/patch-aa @@ -0,0 +1,57 @@ +*** 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" + + # + # -- cgit v1.2.3