FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}

This commit is contained in:
Kris Kennaway 2004-02-19 09:35:15 +00:00
parent dc3212b51f
commit 0d2b4572ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101376
2 changed files with 14 additions and 2 deletions

View file

@ -24,10 +24,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOME= gtk12
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
.endif
do-build:
cd ${WRKSRC} && make
do-install:
cd ${WRKSRC} && make install
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -21,8 +21,14 @@ USE_GNOME= gtk12 imlib
MSG_FILE= ${.CURDIR}/pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
.endif
post-install:
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>