]> git.pld-linux.org Git - packages/blassic.git/commitdiff
- ac-fix.patch is back
authorTomek Orzechowski <orzech@pld-linux.org>
Fri, 30 May 2003 08:47:35 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blassic.spec -> 1.20

blassic.spec

index cad8487949f0e3c4de6ab1e5075138264aacd990..adaa507dcfa4b104a56e4a3c90e3226b1049d50c 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v2
 Group:         Development/Languages
 # Source0-md5: 29ee144cfc20ab7ca5406393842e6025
 Source0:       http://www.arrakis.es/~ninsesabe/%{name}/%{name}-%{version}.tgz
+Patch0:                %{name}-ac_fix.patch
 URL:           http://www.arrakis.es/~ninsesabe/blassic/
 BuildRequires: ncurses-devel
 BuildRequires: XFree86-devel
@@ -26,11 +27,16 @@ mo
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+rm -f missing
+mv -f aclocal.m4 acinclude.m4
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-# Yes, they don't know how to use ac properly
-%{__make} CPPFLAGS='-I%{_includedir}/ncurses' CXXFLAGS='%{rpmcflags}'
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.086482 seconds and 4 git commands to generate.