bug fixes are included. See http://www.washington.edu/pine/changes/4.58-to-4.60.html for more information. One wonky master site is removed, thanks to fenner's distfile survey, and patches are regenerated as needed. The idea for the patch to obey ${CC} came from the PR, the implementation is my own. PR: ports/65232 Submitted by: michael johnson <ahze@ahze.net>
19 lines
738 B
Text
19 lines
738 B
Text
*** pine/makefile.bsf.orig Mon Nov 24 22:47:28 2003
|
|
--- pine/makefile.bsf Sat May 22 14:31:22 2004
|
|
***************
|
|
*** 67,73 ****
|
|
`cat $(CCLIENTDIR)/LDFLAGS`
|
|
|
|
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
|
|
! CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
|
|
$(LOCALPINECFLAGS) $(STDCFLAGS)
|
|
|
|
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \
|
|
--- 67,73 ----
|
|
`cat $(CCLIENTDIR)/LDFLAGS`
|
|
|
|
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
|
|
! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
|
|
$(LOCALPINECFLAGS) $(STDCFLAGS)
|
|
|
|
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \
|