1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Fix build on 6.X

This commit is contained in:
Martin Wilke 2010-05-07 03:37:45 +00:00
parent 79f18f57cd
commit df1c5551d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253877
12 changed files with 84 additions and 11 deletions

View File

@ -65,6 +65,8 @@ PLIST_SUB+= UWACOMKLD="@noinst UWACOMKLD uwacom.ko"
PORTTYPE= serial
.endif
BROKEN= build failed
do-configure:
@cd ${WRKDIR}/linuxwacom \
&& ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/${LINUXWACOM}.tar.bz2 \

View File

@ -15,4 +15,10 @@ COMMENT= X.Org acecad input driver
XORG_CAT= driver
MAN4= acecad.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -16,4 +16,10 @@ COMMENT= X.Org citron input driver
XORG_CAT= driver
MAN4= citron.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -16,4 +16,10 @@ COMMENT= X.Org elographics input driver
XORG_CAT= driver
MAN4= elographics.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -18,4 +18,10 @@ USE_XORG= xrandr
MAN4= fpit.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -15,4 +15,11 @@ COMMENT= X.Org hyperpen input driver
XORG_CAT= driver
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -20,4 +20,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -16,4 +16,11 @@ XORG_CAT= driver
USE_XORG= kbproto
MAN4= kbd.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -15,4 +15,10 @@ COMMENT= X.Org mouse input driver
XORG_CAT= driver
MAN4= mousedrv.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -15,4 +15,11 @@ COMMENT= X.Org penmount input driver
XORG_CAT= driver
MAN4= penmount.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -27,4 +27,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/fdi/11-x11-synaptics.fdi \
${PREFIX}/share/hal/fdi/policy/10osvendor/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>

View File

@ -15,4 +15,10 @@ COMMENT= X.Org void input driver
XORG_CAT= driver
MAN4= void.4x
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>