diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-02 13:24:50 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-02 13:24:50 +0000 |
commit | 994b2322d1d2c5aec4cbeea8f55ac5f668bc85be (patch) | |
tree | 75aa7c71d2f52f0d657a344c9dc2c2c34c153c7a /x11/xforms/Makefile | |
parent | 3ca5f7c5e6fd7638d818af8e28daa91fe0e49660 (diff) | |
download | pkgsrc-994b2322d1d2c5aec4cbeea8f55ac5f668bc85be.tar.gz |
Don't run 'check-shlibs', fdesigner is known to be broken.
This pkg needs to be recompiled/relinked with the proper switches...
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r-- | x11/xforms/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 0ddd3eb8f26..481cb68d482 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/08/23 23:14:33 tron Exp $ +# $NetBSD: Makefile,v 1.30 2000/09/02 13:24:50 hubertf Exp $ # DISTNAME= bxform-088 @@ -44,6 +44,9 @@ USE_LIBTOOL= YES MAKEFILE= ${FILESDIR}/Makefile PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib +CHECK_SHLIBS= NO # fdesigner doesn't find libX11 on i386 + # we don't have sources, so don't run this test + # When the XForms API changes and breaks binary-compatibility with the # previous version, increment the MAJOR by 1 and reset the MINOR to 0. # |