diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 15:48:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 15:48:45 +0000 |
commit | eb477df53f37eaf87ddba7a6e240fd9dcac56700 (patch) | |
tree | a2575681de4859d207217b6ac2a423a0ce336c64 /security/libident/patches | |
parent | f5dfedb9f8fce5524f03e598798f8f8db5059970 (diff) | |
download | pkgsrc-eb477df53f37eaf87ddba7a6e240fd9dcac56700.tar.gz |
Initial import of FreeBSD's "libident" port:
A small library to interface the ident protocol server (rfc1413).
Diffstat (limited to 'security/libident/patches')
-rw-r--r-- | security/libident/patches/patch-aa | 57 |
1 files changed, 57 insertions, 0 deletions
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" + + # + # |