mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
$NetBSD: patch-src_mesa_drivers_dri_common_Makefile.in,v 1.1 2015/04/25 11:19:18 tnn Exp $
|
|
|
|
Don't install the sysconf directory for now.
|
|
|
|
--- src/mesa/drivers/dri/common/Makefile.in.orig 2015-02-28 00:06:10.000000000 +0000
|
|
+++ src/mesa/drivers/dri/common/Makefile.in
|
|
@@ -710,6 +710,9 @@ mostlyclean-libtool:
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
install-sysconfDATA: $(sysconf_DATA)
|
|
+ true
|
|
+
|
|
+disabled-install-sysconfDATA:
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
|
|
if test -n "$$list"; then \
|