summaryrefslogtreecommitdiffstats
path: root/graphics/mesagl
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-11 12:58:15 +0000
committersobomax <sobomax@FreeBSD.org>2000-09-11 12:58:15 +0000
commit94f7b2e2cde1392d9500fde422441384ce9c22ec (patch)
tree6b5a2c074be41fc794f5bd256cb119fa4e67b0b7 /graphics/mesagl
parent8f56c1a430465ad544642c7ba610e951288b3b85 (diff)
downloadFreeBSD-ports-94f7b2e2cde1392d9500fde422441384ce9c22ec.zip
FreeBSD-ports-94f7b2e2cde1392d9500fde422441384ce9c22ec.tar.gz
Fix a place where Mesa looks for mesa.conf - it should be ${PREFIX}/etc/mesa.conf,
not /etc/mesa.conf. PR: 17678 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'graphics/mesagl')
-rw-r--r--graphics/mesagl/Makefile3
-rw-r--r--graphics/mesagl/files/patch-ae11
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index 6a3ab8a..6b17ab4 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/Makefile
@@ -53,6 +53,9 @@ MAKE_ENV+= SUB_GL=${SUB_GL} \
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
+post-configure:
+ @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/config.c
+
post-install:
.for lib in GL GLU
@${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so
diff --git a/graphics/mesagl/files/patch-ae b/graphics/mesagl/files/patch-ae
new file mode 100644
index 0000000..295ebbb
--- /dev/null
+++ b/graphics/mesagl/files/patch-ae
@@ -0,0 +1,11 @@
+--- src/config.c 2000/09/11 12:25:04 1.1
++++ src/config.c 2000/09/11 12:25:27
+@@ -406,7 +406,7 @@
+ #if defined(__WIN32__) || defined(__MSDOS__)
+ const char *filename = "mesa.cnf";
+ #else
+- const char *filename = "/etc/mesa.conf";
++ const char *filename = "%%PREFIX%%/etc/mesa.conf";
+ #endif
+ FILE *file;
+ struct cnode *list;
OpenPOWER on IntegriCloud