mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
21 lines
467 B
Diff
21 lines
467 B
Diff
--- Makefile.orig 2013-07-16 14:55:29.971221036 +0200
|
|
+++ Makefile 2013-07-16 14:58:28.543495360 +0200
|
|
@@ -68,7 +68,7 @@
|
|
4.3.1 4.3.2 4.3.3 \
|
|
4.4.1 4.4.3 \
|
|
4.6.1 \
|
|
- 4.7.1
|
|
+ 4.7.1 4.7.2
|
|
|
|
ALLOWED_GCC_VERSIONS=$(ALLOWED_GCC_3xx_VERSIONS) $(ALLOWED_GCC_4xx_VERSIONS)
|
|
|
|
@@ -322,7 +322,7 @@
|
|
ifdef DARWIN
|
|
XMKMF := $(PREFIX)/bin/xmkmf
|
|
else
|
|
- XMKMF := /usr/bin/X11/xmkmf
|
|
+ XMKMF := xmkmf
|
|
endif
|
|
|
|
MAKEDEPEND_PLAIN = makedepend
|