diff options
author | David Seifert <soap@gentoo.org> | 2019-12-13 16:07:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-13 16:07:06 +0100 |
commit | 972df64821a507399db6f4ed258b4f512fb78151 (patch) | |
tree | a056aea4ab2d2c5f93979ae05443a095106bcebd /media-gfx/crwinfo/files | |
parent | media-gfx/aview: Port to EAPI 7 (diff) | |
download | gentoo-972df64821a507399db6f4ed258b4f512fb78151.tar.gz gentoo-972df64821a507399db6f4ed258b4f512fb78151.tar.bz2 gentoo-972df64821a507399db6f4ed258b4f512fb78151.zip |
media-gfx/crwinfo: Port to EAPI 7
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx/crwinfo/files')
-rw-r--r-- | media-gfx/crwinfo/files/crwinfo-0.2.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/crwinfo/files/crwinfo-0.2.patch b/media-gfx/crwinfo/files/crwinfo-0.2.patch index 18170b10d71e..1753ed0bdf3e 100644 --- a/media-gfx/crwinfo/files/crwinfo-0.2.patch +++ b/media-gfx/crwinfo/files/crwinfo-0.2.patch @@ -1,5 +1,5 @@ ---- crwinfo.c.orig 2002-07-30 11:17:03.000000000 -0600 -+++ crwinfo.c 2005-01-21 15:24:54.256888228 -0700 +--- a/crwinfo.c ++++ b/crwinfo.c @@ -95,10 +95,10 @@ fprintf( stderr, "-m show misc. information (whitepoint, AF mode etc)\n" ); fprintf( stderr, "-f show flash information (flash mode etc)\n" ); @@ -15,3 +15,8 @@ fprintf( stderr, "-x show experimental information (don't rely on it)\n" ); exit(0); } +--- a/Makefile ++++ b/Makefile +@@ -1,2 +0,0 @@ +-all: +- gcc -o crwinfo -W -Wall -g crwinfo.c |