aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin9050 -> 9198 bytes
-rw-r--r--reproduce/software/make/high-level.mk2
-rw-r--r--reproduce/software/make/xorg.mk1
3 files changed, 2 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index dfcf2ed..1d594ed 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index cf104e6..6e14b2d 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -555,7 +555,7 @@ $(ibidir)/libidn-$(libidn-version):
$(call import-source, $(libidn-url), $(libidn-checksum))
$(call gbuild, libidn-$(libidn-version), static, \
--disable-doc, -j$(numthreads) V=1)
- echo "Libjpeg $(libjpeg-version)" > $@
+ echo "Libidn $(libidn-version)" > $@
$(ibidir)/libjpeg-$(libjpeg-version):
tarball=jpegsrc.$(libjpeg-version).tar.gz
diff --git a/reproduce/software/make/xorg.mk b/reproduce/software/make/xorg.mk
index e3b1f71..f59fb04 100644
--- a/reproduce/software/make/xorg.mk
+++ b/reproduce/software/make/xorg.mk
@@ -15,6 +15,7 @@
# ------------------------------------------------------------------------
#
# Copyright (C) 2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+# Copyright (C) 2020 Raul Infante-Sainz <infantesainz@gmail.com>
#
# This Makefile is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by