diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXScrnSaver/Makefile | 1 | ||||
-rw-r--r-- | x11/libXcomposite/Makefile | 1 | ||||
-rw-r--r-- | x11/libXcursor/Makefile | 1 | ||||
-rw-r--r-- | x11/libXdamage/Makefile | 1 | ||||
-rw-r--r-- | x11/libXi/Makefile | 1 | ||||
-rw-r--r-- | x11/libXpm/Makefile | 1 | ||||
-rw-r--r-- | x11/libXrandr/Makefile | 1 | ||||
-rw-r--r-- | x11/libXxf86misc/Makefile | 1 | ||||
-rw-r--r-- | x11/libdmx/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/x11/libXScrnSaver/Makefile b/x11/libXScrnSaver/Makefile index 8a206ab25518..86327e486fb3 100644 --- a/x11/libXScrnSaver/Makefile +++ b/x11/libXScrnSaver/Makefile @@ -15,6 +15,7 @@ COMMENT= The XScrnSaver library XORG_CAT= lib USE_XORG= x11 xext xextproto scrnsaverproto:both +WITH_FBSD10_FIX= yes MAN3= Xss.3 \ XScreenSaverAllocInfo.3 \ XScreenSaverGetRegistered.3 \ diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index effee3169f91..3623c2e28a15 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -13,6 +13,7 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Composite extension library +WITH_FBSD10_FIX=yes XORG_CAT= lib USE_XORG= compositeproto:both x11 xfixes xext fixesproto xproto:both MAN3= Xcomposite.3 \ diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 31fb2148208a..1dd8d8f0f2cb 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -14,6 +14,7 @@ COMMENT= X client-side cursor loading library LICENSE= MIT +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xrender x11 xfixes fixesproto xproto:both \ xextproto diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index f27b13611b89..176b90741303 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -14,5 +14,6 @@ COMMENT= X Damage extension library XORG_CAT= lib USE_XORG= x11 damageproto:both xfixes fixesproto xextproto xproto:both +WITH_FBSD10_FIX= yes .include <bsd.port.mk> diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index d4ab0714e8ca..757ea708f0d2 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -15,6 +15,7 @@ COMMENT= X Input extension library LICENSE= MIT +WITH_FBSD10_FIX=yes XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 3e44c8540793..53767e7e4aba 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -14,6 +14,7 @@ COMMENT= X Pixmap library LICENSE= MIT +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xproto x11 xext xextproto xt diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 6d5e9610656d..88913d4a58fa 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both +WITH_FBSD10_FIX= yes MAN3= Xrandr.3 \ XRRConfigCurrentConfiguration.3 \ XRRConfigCurrentRate.3 \ diff --git a/x11/libXxf86misc/Makefile b/x11/libXxf86misc/Makefile index fd15d2ab7d40..bcc70227aace 100644 --- a/x11/libXxf86misc/Makefile +++ b/x11/libXxf86misc/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xextproto xext xf86miscproto:both +WITH_FBSD10_FIX=yes MAN3= XF86Misc.3 \ XF86MiscGetKbdSettings.3 \ XF86MiscGetMouseSettings.3 \ diff --git a/x11/libdmx/Makefile b/x11/libdmx/Makefile index 5ec77e3ad23d..90a33ccbc4e1 100644 --- a/x11/libdmx/Makefile +++ b/x11/libdmx/Makefile @@ -15,6 +15,7 @@ COMMENT= DMX extension library XORG_CAT= lib USE_XORG= x11 xext xextproto dmxproto:both +WITH_FBSD10_FIX=yes MAN3= DMX.3 \ DMXAddInput.3 \ DMXAddScreen.3 \ |