diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-09 01:40:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-09 01:40:53 +0000 |
commit | 3751cb9dbc11ee64b28c40f3bc8f3fa09ee1330e (patch) | |
tree | 1bde59c2ccc79f612b539ea7dd7fe77b125c96ec /graphics/xli/Makefile | |
parent | 8b66e2d83fa2da36ba42a112a4f66454fa945778 (diff) | |
download | pkgsrc-3751cb9dbc11ee64b28c40f3bc8f3fa09ee1330e.tar.gz |
Revert previous change as the actual problem was a bad interaction between
buildlink-x11 and lesstif that has since been fixed in those two packages.
Many thanks to Matthias Scheler for helping to track this down. This
fixes pkg/13638.
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 777e4f3bffe..5386e0b5784 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/08/06 08:11:41 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/09 01:40:53 jlam Exp $ DISTNAME= xli-1.16nb1 CATEGORIES= graphics x11 @@ -14,8 +14,6 @@ USE_BUILDLINK_ONLY= YES NO_WRKSUBDIR= YES USE_IMAKE= YES -LDFLAGS+= -L${X11BASE}/lib - pre-patch: @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch |