]> git.pld-linux.org Git - packages/happy.git/commitdiff
- be nicer for ppc/alpha
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 Jun 2004 08:12:26 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    happy.spec -> 1.18

happy.spec

index e5d84d7bc0bdd9028ecbe8dff8f87385582eca9f..8cf87c400844985a6e345ca64b2803415e20332e 100644 (file)
@@ -9,6 +9,7 @@ URL:            http://haskell.org/happy/
 Source0:       http://haskell.org/happy/dist/%{version}/%{name}-%{version}-src.tar.gz
 # Source0-md5: 501b5b63533b2e2838de18085e8c4492
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-arch.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ghc
@@ -36,8 +37,10 @@ programie.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__autoconf}
 %configure \
        --with-gcc=%{__cc}
 
This page took 0.115439 seconds and 4 git commands to generate.