Changeset 75588190d9df465b062cdd8ed2d782c87f1a0113

Show
Ignore:
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
  • extras/contrib/src/Makefile

    raf7f84c r7558819  
    14601460libcdio: libcdio-$(CDIO_VERSION).tar.gz 
    14611461    $(EXTRACT_GZ) 
     1462    patch -p0 < Patches/libcdio-install-cdparanoia-pc.patch 
    14621463 
    14631464.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) 
    14651466    touch $@ 
    14661467