diff options
author | christos <christos@pkgsrc.org> | 2006-01-10 16:56:42 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2006-01-10 16:56:42 +0000 |
commit | a926693df5f435ca488c1bfba9f7a3437625bc7e (patch) | |
tree | 93d6e987840e8c5477d978870b42d8caa15c4911 /pkgtools/x11-links/Makefile | |
parent | 6445e91d7ac7550a442829e81e20c85c01c64ba0 (diff) | |
download | pkgsrc-a926693df5f435ca488c1bfba9f7a3437625bc7e.tar.gz |
Use ${ABI} for library files, patterned after what SGI does. This makes
X11 packages work on amd64 linux boxes. From Benjamin Shi.
Diffstat (limited to 'pkgtools/x11-links/Makefile')
-rw-r--r-- | pkgtools/x11-links/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 3edf96c2f4b..7f3e67f4fc7 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.74 2005/12/17 05:20:22 jlam Exp $ +# $NetBSD: Makefile,v 1.75 2006/01/10 16:56:42 christos Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -DISTNAME= x11-links-0.26 +DISTNAME= x11-links-0.27 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty @@ -53,6 +53,9 @@ CREATE_X11LINK?= ${LN} -fs $$src $$dest .include "../../mk/x11.buildlink3.mk" +foo: + echo ${LIBABISUFFIX} + do-build: ${MKDIR} ${X11_LINKS_BUILD_DIR} ${CHMOD} ${PKGDIRMODE} ${X11_LINKS_BUILD_DIR} |