mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build on FreeBSD 10
Approved by: miwi
This commit is contained in:
parent
83dea4aa6a
commit
08f7c4737d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284455
4 changed files with 4 additions and 0 deletions
|
@ -14,5 +14,6 @@ COMMENT= The fontenc Library
|
||||||
|
|
||||||
XORG_CAT= lib
|
XORG_CAT= lib
|
||||||
USE_XORG= xproto
|
USE_XORG= xproto
|
||||||
|
WITH_FBSD10_FIX= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -15,5 +15,6 @@ COMMENT= Inter Client Exchange library for X11
|
||||||
|
|
||||||
XORG_CAT= lib
|
XORG_CAT= lib
|
||||||
USE_XORG= xproto:both xtrans
|
USE_XORG= xproto:both xtrans
|
||||||
|
WITH_FBSD10_FIX= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -14,6 +14,7 @@ COMMENT= Authentication Protocol library for X11
|
||||||
|
|
||||||
XORG_CAT= lib
|
XORG_CAT= lib
|
||||||
USE_XORG= xproto:both
|
USE_XORG= xproto:both
|
||||||
|
WITH_FBSD10_FIX= yes
|
||||||
|
|
||||||
MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
|
MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
|
||||||
XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
|
XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
|
||||||
|
|
|
@ -16,6 +16,7 @@ LICENSE= MIT
|
||||||
|
|
||||||
XORG_CAT= lib
|
XORG_CAT= lib
|
||||||
USE_XORG= xproto:both
|
USE_XORG= xproto:both
|
||||||
|
WITH_FBSD10_FIX= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue