summaryrefslogtreecommitdiff
path: root/graphics/glew/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2014-02-16 22:45:54 +0000
committerbouyer <bouyer@pkgsrc.org>2014-02-16 22:45:54 +0000
commita3a2a0953bbded621d965b3d4d2af026039fdbba (patch)
tree5d46fad735102e6c611b3f19b3ceea6b21839df3 /graphics/glew/Makefile
parent29f48512bd3c1ca0edc2d311727161a4c83482e8 (diff)
downloadpkgsrc-a3a2a0953bbded621d965b3d4d2af026039fdbba.tar.gz
For some reason NetBSD is identified as 'netbsdelf' here.
Add a symlink from Makefile.netbsdelf to Makefile.netbsd to that the package can build.
Diffstat (limited to 'graphics/glew/Makefile')
-rw-r--r--graphics/glew/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index d2f6e29cacc..08e7000ea62 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/08/04 18:00:52 adam Exp $
+# $NetBSD: Makefile,v 1.17 2014/02/16 22:45:54 bouyer Exp $
DISTNAME= glew-1.10.0
CATEGORIES= graphics
@@ -35,5 +35,6 @@ MAKEFLAGS+= LD=${CC:Q}
pre-configure:
${LN} -sf Makefile.netbsd ${WRKSRC}/config/Makefile.dragonfly
+ ${LN} -sf Makefile.netbsd ${WRKSRC}/config/Makefile.netbsdelf
.include "../../mk/bsd.pkg.mk"