wok diff libev-dev/receipt @ rev 6057

putty: Upgrade to 0.60-2010-08-03
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 19 21:53:57 2010 +0000 (2010-08-19)
parents 637e958c066c
children 7fc0522b33cd
line diff
     1.1 --- a/libev-dev/receipt	Wed Apr 22 17:08:17 2009 +0200
     1.2 +++ b/libev-dev/receipt	Thu Aug 19 21:53:57 2010 +0000
     1.3 @@ -12,9 +12,12 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -    mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib
     1.9  	cp -a $_pkg/usr/include $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.12 +	# /usr/include/event.h conflicts with libevent-dev
    1.13 +	# https://www.opencsw.org/mantis/view.php?id=4376
    1.14 +	mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
    1.15  }
    1.16