mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
fix bento build error : there is a *alloc() clash
PR: 43311 Submitted by: adam@vectors.cx
This commit is contained in:
parent
0d30ad804c
commit
befbd5b2d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67185
@ -11,7 +11,7 @@ FLAGS = %%CFLAGS%%
|
||||
# name (absolute or relative) of the compiler: cc, /bin/cc
|
||||
C_COMPILER = %%CC%%
|
||||
# various defines:
|
||||
DEFINES = -DSYSV_TIME -DVOID_SIGNALS
|
||||
DEFINES = -DSYSV_TIME -DVOID_SIGNALS -DDO_NOT_REDEFINE_MALLOC
|
||||
# other linker -specific flags
|
||||
LFLAGS =
|
||||
# unix command to apply to executable after link
|
||||
|
Loading…
x
Reference in New Issue
Block a user