Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2022 05:25:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aa776100592 - main - graphics/gmic: Add patch
Message-ID:  <202205170525.24H5Pl5H042409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4aa776100592dc1080c7d9da51aa09c0f267b202

commit 4aa776100592dc1080c7d9da51aa09c0f267b202
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-17 05:25:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-17 05:25:30 +0000

    graphics/gmic: Add patch
---
 graphics/gmic/files/patch-Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/graphics/gmic/files/patch-Makefile b/graphics/gmic/files/patch-Makefile
new file mode 100644
index 000000000000..9f3a3102fd42
--- /dev/null
+++ b/graphics/gmic/files/patch-Makefile
@@ -0,0 +1,8 @@
+--- Makefile.orig	2022-05-16 23:01:27 UTC
++++ Makefile
+@@ -76,4 +76,4 @@
+ all: all
+ 
+ %:
+-	cd src && make $*
++	cd src && $(MAKE) $*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205170525.24H5Pl5H042409>