]> git.pld-linux.org Git - packages/libmng.git/blame - libmng-automake.patch
- x32 rebuild
[packages/libmng.git] / libmng-automake.patch
CommitLineData
af2377f5
JB
1--- libmng-1.0.10/makefiles/Makefile.am.orig 2004-09-18 09:39:43.000000000 +0200
2+++ libmng-1.0.10/makefiles/Makefile.am 2007-07-16 19:43:07.285858201 +0200
3@@ -2,8 +2,10 @@
4
5 AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
6
7+SUBDIRS = doc
8+
9 # include the app subdirectories in the distribution
10-EXTRA_DIST = makefiles doc contrib
11+EXTRA_DIST = makefiles contrib
12
13
14 # libmng release @VERSION@
56dbda81
JB
15--- libmng-2.0.2/makefiles/configure.ac.orig 2014-02-04 18:36:36.404372468 +0100
16+++ libmng-2.0.2/makefiles/configure.ac 2014-02-04 19:49:51.950854671 +0100
17@@ -250,6 +250,8 @@
af2377f5
JB
18 test $_restore -eq 1 && CPPFLAGS=$_cppflags LDFLAGS=$_ldflags
19
56dbda81
JB
20 AC_CONFIG_FILES([Makefile
21+ doc/Makefile
22+ doc/man/Makefile
23 libmng.pc:libmng.pc.in
24 ])
af2377f5 25 AC_OUTPUT
8ab4e8ef 26diff -Nru libmng-1.0.5.orig/doc/makefiles/Makefile.am libmng-1.0.5/doc/makefiles/Makefile.am
27--- libmng-1.0.5.orig/doc/makefiles/Makefile.am Thu Jan 1 01:00:00 1970
28+++ libmng-1.0.5/doc/makefiles/Makefile.am Tue Mar 4 09:25:11 2003
d26f4037 29@@ -0,0 +1,4 @@
30+## Process this file with automake to produce Makefile.in
31+
32+SUBDIRS = man
33+
8ab4e8ef 34diff -Nru libmng-1.0.5.orig/doc/man/makefiles/Makefile.am libmng-1.0.5/doc/man/makefiles/Makefile.am
35--- libmng-1.0.5.orig/doc/man/makefiles/Makefile.am Thu Jan 1 01:00:00 1970
36+++ libmng-1.0.5/doc/man/makefiles/Makefile.am Tue Mar 4 09:25:11 2003
d26f4037 37@@ -0,0 +1,3 @@
38+## Process this file with automake to produce Makefile.in
39+
40+man_MANS = libmng.3 jng.5 mng.5
This page took 0.036288 seconds and 4 git commands to generate.