Changeset 75588190d9df465b062cdd8ed2d782c87f1a0113
- Timestamp:
- 04/04/08 02:04:29
(3 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1207267469 +0400
- git-parent:
[8290af9f4b615b4bcdc129fd85c06539a0d8a449]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1207267469 +0400
- Message:
Contrib: fix libcdio cdparanoia pkgconfig files installation.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raf7f84c |
r7558819 |
|
| 1460 | 1460 | libcdio: libcdio-$(CDIO_VERSION).tar.gz |
|---|
| 1461 | 1461 | $(EXTRACT_GZ) |
|---|
| | 1462 | patch -p0 < Patches/libcdio-install-cdparanoia-pc.patch |
|---|
| 1462 | 1463 | |
|---|
| 1463 | 1464 | .cdio: libcdio |
|---|
| 1464 | | (cd $<; sed -e 's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %' -i.orig example/Makefile.in && ./configure --prefix=$(PREFIX) --without-vcdinfo --disable-shared && make && make install) |
|---|
| | 1465 | (cd $<; sed -e 's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %' -i.orig example/Makefile.in && autoreconf -fisv && ./configure --prefix=$(PREFIX) --without-vcdinfo --disable-shared && make && make install) |
|---|
| 1465 | 1466 | touch $@ |
|---|
| 1466 | 1467 | |
|---|