Add USE_GETOPT_LONG, this will fix building on 4.X.
Submitted by: kris' notify.
This commit is contained in:
parent
20770d0d94
commit
1f08b3ce7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155895
@ -16,6 +16,10 @@ COMMENT= A core event abstraction library
|
||||
|
||||
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
|
||||
|
||||
.if !exists(/usr/include/getopt.h)
|
||||
USE_GETOPT_LONG= yes
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_ICONV= yes
|
||||
|
Loading…
Reference in New Issue
Block a user