diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 07:52:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:10:12 +0100 |
commit | ef61bd159e39fc54d058976126aa0dbc15c7afc7 (patch) | |
tree | b945a6f01640e50c47a1fae20352bd832b327b49 /sci-electronics/gsmc | |
parent | sci-chemistry/wxmacmolplt: respect PKG_CONFIG (diff) | |
download | gentoo-ef61bd159e39fc54d058976126aa0dbc15c7afc7.tar.gz gentoo-ef61bd159e39fc54d058976126aa0dbc15c7afc7.tar.bz2 gentoo-ef61bd159e39fc54d058976126aa0dbc15c7afc7.zip |
sci-electronics/gsmc: clean up patches
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/gsmc')
-rw-r--r-- | sci-electronics/gsmc/files/gsmc-1.1-autotools.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/gsmc/files/gsmc-1.1-autotools.patch b/sci-electronics/gsmc/files/gsmc-1.1-autotools.patch index 4418e31b115a..089158717897 100644 --- a/sci-electronics/gsmc/files/gsmc-1.1-autotools.patch +++ b/sci-electronics/gsmc/files/gsmc-1.1-autotools.patch @@ -1,5 +1,5 @@ ---- configure.ac.orig 2015-09-07 16:25:35.000000000 +0200 -+++ configure.ac 2015-09-07 16:26:30.000000000 +0200 +--- a/configure.ac ++++ b/configure.ac @@ -7,26 +7,17 @@ AM_INIT_AUTOMAKE(gsmc, 1.0, ik5nax@amsat.org) @@ -35,8 +35,8 @@ # Checks for header files. AC_HEADER_STDC ---- Makefile.am.orig 2011-01-12 18:14:55.633360421 -0200 -+++ Makefile.am 2011-01-12 20:37:21.034615478 -0200 +--- a/Makefile.am ++++ b/Makefile.am @@ -2,8 +2,8 @@ bin_PROGRAMS=gsmc |