1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/libident/files/patch-aa

58 lines
1.2 KiB
Plaintext
Raw Normal View History

1998-01-25 20:42:38 +00:00
*** Makefile.o Sat Jan 24 17:11:37 1998
--- Makefile Sat Jan 24 17:12:49 1998
***************
1996-09-14 23:15:25 +00:00
*** 8,14 ****
RANLIB=ranlib
1996-09-14 23:15:25 +00:00
AR=ar cq
! INSTROOT=/usr/local
LIBDIR=$(INSTROOT)/lib
INCDIR=$(INSTROOT)/include
1996-09-14 23:15:25 +00:00
MANDIR=$(INSTROOT)/man/man3
--- 8,14 ----
RANLIB=ranlib
1996-09-14 23:15:25 +00:00
AR=ar cq
! INSTROOT=${PREFIX}
LIBDIR=$(INSTROOT)/lib
INCDIR=$(INSTROOT)/include
1996-09-14 23:15:25 +00:00
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
1996-09-14 23:15:25 +00:00
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
1996-09-14 23:15:25 +00:00
LDLIBS =
LIBIDENT = libident.a
***************
1998-01-25 20:42:38 +00:00
*** 33,38 ****
--- 33,39 ----
@echo aix
@echo bsd
1998-01-25 20:42:38 +00:00
@echo bsd2.11
+ @echo freebsd
@echo dynix
@echo hpux
@echo irix
***************
1998-01-25 20:42:38 +00:00
*** 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"
#
#