add USE_X11 so rpath gets correctly set for X libs. Fixes recently noted
ELF problems.
This commit is contained in:
parent
532db08129
commit
5d38b04f06
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2000/08/26 05:56:46 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2000/09/07 00:10:24 dmcmahill Exp $
|
||||
|
||||
DISTNAME= quake-v6-bsd-kame
|
||||
PKGNAME= quake6-0.0
|
||||
|
@ -22,6 +22,7 @@ post-extract:
|
|||
(cd ${WRKSRC}; ${RM} config.cache)
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# This pkg can be built on USE_INET6 platform only
|
||||
|
|
Loading…
Reference in a new issue