]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-make.patch
- build fix.
[packages/faad2.git] / faad2-make.patch
CommitLineData
c13fdf63
JB
1--- faad2/Makefile.am.orig 2004-02-06 17:04:39.000000000 +0100
2+++ faad2/Makefile.am 2004-02-09 22:11:52.533566432 +0100
3@@ -3,6 +3,6 @@
4 EXTRA_DIST = faad2.spec
5
6 rpm: Makefile
7- make dist
8- $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
9- rm $(PACKAGE)-$(VERSION).tar.gz
10+ make dist
11+ $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
12+ rm $(PACKAGE)-$(VERSION).tar.gz
13--- faad2/libfaad/Makefile.am.orig 2004-02-06 14:12:28.000000000 +0100
14+++ faad2/libfaad/Makefile.am 2004-02-09 22:43:21.944332336 +0100
15@@ -19,6 +19,7 @@
16 codebook/hcb_1.h codebook/hcb_2.h codebook/hcb_3.h codebook/hcb_4.h \
17 codebook/hcb_5.h codebook/hcb_6.h codebook/hcb_7.h codebook/hcb_8.h \
18 codebook/hcb_9.h codebook/hcb_10.h codebook/hcb_11.h codebook/hcb_sf.h
19+libfaad_la_LIBADD = -lm
20
21 LIBTOOL_DEPS =
22 LIBS =
This page took 0.089189 seconds and 4 git commands to generate.