diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-25 05:27:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-25 05:27:57 +0000 |
commit | 6ce84d577b74757a0a39bac4155872fe92c814c5 (patch) | |
tree | ae3aeee52fa5c3e9bec8c55ccd9520b19c0f6b94 /graphics/MesaLib/files | |
parent | 1e39b9c3a26b055ea562299e5cff544be8a86532 (diff) | |
download | pkgsrc-6ce84d577b74757a0a39bac4155872fe92c814c5.tar.gz |
- Fix MESA_TINY missed in last version bump.
- Add INSTALL_LIB_DIR and INSTALL_INC_DIR to fix *.pc files.
This should address issues mentioned in the PR 41895. While there make dri
default for DragonFly. Bump PKGREVISION.
Diffstat (limited to 'graphics/MesaLib/files')
-rw-r--r-- | graphics/MesaLib/files/configs/default | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/MesaLib/files/configs/default b/graphics/MesaLib/files/configs/default index f76a4b993c2..c1cddb39b42 100644 --- a/graphics/MesaLib/files/configs/default +++ b/graphics/MesaLib/files/configs/default @@ -1,11 +1,11 @@ -# $NetBSD: default,v 1.3 2009/06/05 11:10:35 wiz Exp $ +# $NetBSD: default,v 1.4 2009/08/25 05:27:57 hasso Exp $ CONFIG_NAME = default # Version info MESA_MAJOR= 7 MESA_MINOR= 4 -MESA_TINY= 2 +MESA_TINY= 4 GLU_CFLAGS= # defined @@ -56,6 +56,9 @@ APP_LIB_DEPS=\ -lm INSTALL_DIR?= $(PREFIX) +INSTALL_LIB_DIR = $(INSTALL_DIR)/$(LIB_DIR) +INSTALL_INC_DIR = $(INSTALL_DIR)/include + DRI_DRIVER_INSTALL_DIR?= $(PREFIX)/lib/dri DRI_DRIVER_SEARCH_DIR?= $(LOCALBASE)/lib/dri |