When dbus is already installed on FreeBSD 6.X emacs-nox11 may
pick it up as a dependency and fail to link with the proper threading libraries too. Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
This commit is contained in:
parent
27c6bd4211
commit
f22fa4fe9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254745
1 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@ PKGNAMESUFFIX= -nox11
|
|||
MASTERDIR= ${.CURDIR}/../emacs
|
||||
LATEST_LINK= emacs-nox11
|
||||
|
||||
.if ${OSVERSION} < 700000 && defined(WITH_DBUS)
|
||||
BROKEN= Does not currently build with dbus support
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Reference in a new issue