mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
fix compilation if libevent is installed
PR: ports/92673 Submitted by: Raaf <raaf@luna.afraid.org>
This commit is contained in:
parent
89b70a6115
commit
74368314ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155731
@ -34,7 +34,8 @@ USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
||||
CFLAGS="-I${WRKSRC}/common"
|
||||
MAKE_ENV= verbose=yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user