- Fix make describe on FreeBSD 4.X
Reported by: dvl Submitted by: shaun
This commit is contained in:
parent
dc0931eb8c
commit
5b2d4b4dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183774
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
|||
|
||||
# If net/libnids has been compiled with the GLIB2 option then this port needs
|
||||
# the corresponding library and additional linker flags.
|
||||
LIBNIDS_GLIB2?=
|
||||
.if exists(${LOCALBASE}/lib/libnids.a)
|
||||
LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue