diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-09-14 23:15:25 +0000 |
commit | ca7fd936bcae01149a0fba00e714c5deaaf18ceb (patch) | |
tree | 98c363fa26154465745bbc1df6fee23ce42178cd /security/libident/files/patch-aa | |
parent | d8698b4a7512e28b683589a5073d8ae0447e3416 (diff) | |
download | FreeBSD-ports-ca7fd936bcae01149a0fba00e714c5deaaf18ceb.zip FreeBSD-ports-ca7fd936bcae01149a0fba00e714c5deaaf18ceb.tar.gz |
Upgrade to 0.19
Diffstat (limited to 'security/libident/files/patch-aa')
-rw-r--r-- | security/libident/files/patch-aa | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/security/libident/files/patch-aa b/security/libident/files/patch-aa index 23e0a04..a0ed582 100644 --- a/security/libident/files/patch-aa +++ b/security/libident/files/patch-aa @@ -1,42 +1,42 @@ -*** Makefile.orig Mon Oct 9 12:34:13 1995 ---- Makefile Mon Oct 9 12:49:45 1995 +*** Makefile.orig Sun Sep 15 01:13:03 1996 +--- Makefile Sun Sep 15 01:14:06 1996 *************** -*** 7,13 **** - RM=rm -f +*** 8,14 **** RANLIB=ranlib + AR=ar cq ! INSTROOT=/usr/local - LIBDIR=$(INSTROOT)/lib INCDIR=$(INSTROOT)/include ---- 7,13 ---- - RM=rm -f + 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 - *************** -*** 31,36 **** ---- 31,37 ---- +*** 32,37 **** +--- 32,38 ---- @echo "" @echo aix @echo bsd @@ -45,8 +45,8 @@ @echo hpux @echo irix *************** -*** 119,124 **** ---- 120,130 ---- +*** 121,126 **** +--- 122,132 ---- # bsd: @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int" |