mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Per request of the "dynamic everything" folks, remove the -static from
CFLAGS. We're far enough past the transition of cclient being a dependency that I think this is safe. I've tested this in environments with and without the cclient port installed, and it should be ok. If anyone has any problems, please let me know asap.
This commit is contained in:
parent
8c7df726a3
commit
2dfa99a05c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100339
@ -1,21 +1,19 @@
|
||||
*** pine/makefile.bsf.orig Tue Sep 10 14:39:21 2002
|
||||
--- pine/makefile.bsf Wed Jan 15 23:20:51 2003
|
||||
*** pine/makefile.bsf.orig Tue Sep 10 14:39:15 2002
|
||||
--- pine/makefile.bsf Sat Feb 7 20:14:42 2004
|
||||
***************
|
||||
*** 67,74 ****
|
||||
*** 67,73 ****
|
||||
`cat $(CCLIENTDIR)/LDFLAGS`
|
||||
|
||||
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
|
||||
! CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
|
||||
! $(STDCFLAGS)
|
||||
$(STDCFLAGS)
|
||||
|
||||
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \
|
||||
folder.o help.o helptext.o imap.o init.o mailcap.o mailcmd.o \
|
||||
--- 67,74 ----
|
||||
--- 67,73 ----
|
||||
`cat $(CCLIENTDIR)/LDFLAGS`
|
||||
|
||||
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
|
||||
! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
|
||||
! $(STDCFLAGS) -static
|
||||
$(STDCFLAGS)
|
||||
|
||||
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \
|
||||
folder.o help.o helptext.o imap.o init.o mailcap.o mailcmd.o \
|
||||
|
Loading…
Reference in New Issue
Block a user