diff options
Diffstat (limited to 'net-misc/iipsrv/files/iipsrv-1.2-make.patch')
-rw-r--r-- | net-misc/iipsrv/files/iipsrv-1.2-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/iipsrv/files/iipsrv-1.2-make.patch b/net-misc/iipsrv/files/iipsrv-1.2-make.patch new file mode 100644 index 000000000..f9acb3ed4 --- /dev/null +++ b/net-misc/iipsrv/files/iipsrv-1.2-make.patch @@ -0,0 +1,11 @@ +--- iipsrv-1.2/Makefile.am 2021-04-09 22:29:51.000000000 +0200 ++++ iipsrv-1.2/Makefile.am.new 2023-10-11 00:13:21.665852075 +0200 +@@ -1,6 +1,6 @@ + AUTOMAKE_OPTIONS = dist-bzip2 + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = fcgi src man ++SUBDIRS = src man + +-EXTRA_DIST = TODO COPYING.FCGI doc windows ++EXTRA_DIST = doc windows |