mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build issue which is inclusion of already installed header.
Approved by: Pavel I Volkov pol at opk ru (maintainer)
This commit is contained in:
parent
75b4459430
commit
34453298a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261157
@ -149,8 +149,8 @@ CONFIGURE_ARGS+= --enable-load-extension
|
||||
CONFIGURE_ARGS+= --disable-load-extension
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ENV+= CPPFLAGS="-I. -I./src ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_TCLWRAPPER)
|
||||
|
Loading…
Reference in New Issue
Block a user