]> git.pld-linux.org Git - packages/cvsfs.git/commitdiff
- fixed AXP building process.
authordobrek <dobrek@pld-linux.org>
Sun, 15 Dec 2002 12:56:59 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsfs.spec -> 1.16

cvsfs.spec

index f43a9875a3729d683d50203a0ca3d7529d08bb54..402b0982b953971ab27c2b85237cdae8d99cfd51 100644 (file)
@@ -13,6 +13,7 @@ Group:                Tools
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0:                cvsfs-Makefile.am.patch
 Patch1:                cvsfs-PPC.patch
+Patch2:                cvsfs-AXP.patch
 URL:           http://sourceforge.net/projects/cvsfs/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -63,6 +64,9 @@ Mod
 %ifarch ppc
 %patch1 -p1
 %endif
+%ifarch alpha
+%patch2 -p1
+%endif
 
 %build
 %{__aclocal}
This page took 0.295618 seconds and 4 git commands to generate.