wok diff xplanet/receipt @ rev 24656
updated iaxmodem (1.3.0 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 11 07:18:43 2022 +0100 (2022-03-11) |
parents | ad86373a4a8c |
children | 7dd01dedad38 |
line diff
1.1 --- a/xplanet/receipt Tue Sep 28 08:31:51 2021 +0000 1.2 +++ b/xplanet/receipt Fri Mar 11 07:18:43 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xplanet" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Render major planets into the X root window." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -27,10 +27,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - # Fix for gcc 4.4 1.17 - for file in src/Satellite.cpp src/Separation.cpp ; do 1.18 - grep -q cstdio $file || sed -i '2i\#include <cstdio>' $file 1.19 - done 1.20 + patch -p1 < $stuff/xplanet-giflib5.patch 1.21 ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 make && 1.23 make -j1 DESTDIR=$DESTDIR install