]> git.pld-linux.org Git - packages/vice.git/commitdiff
- Workaround to make it build: don't run aclocal+autoconf+autoheader+
authorqrczak <qrczak@pld-linux.org>
Thu, 4 Apr 2002 13:31:37 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  automake, disable acamfixes.patch, use %configure2_13, patch Makefile.in
  instead of Makefile.am. Automake is broken.

Changed files:
    vice-DESTDIR.patch -> 1.2
    vice.spec -> 1.18

vice-DESTDIR.patch
vice.spec

index 2f137e17247d924e39b14bcd912dc1b80c62fb71..ebd374545c3aa104c8d9e064e47642f91198deb3 100644 (file)
@@ -1,5 +1,5 @@
 --- vice-1.8/data/fonts/Makefile.am.orig       Mon Mar 20 01:27:23 2000
-+++ vice-1.8/data/fonts/Makefile.am    Sat Mar 30 10:15:21 2002
++++ vice-1.8/data/fonts/Makefile.in    Sat Mar 30 10:15:21 2002
 @@ -7,7 +7,7 @@
  
  install: 
index 15b5851f81914bec0923919e17bd055bba4177b5..60519dd64885a42ae3ee906096c3474f775ec79c 100644 (file)
--- a/vice.spec
+++ b/vice.spec
@@ -49,19 +49,19 @@ VIC20, wszystkie modele PET (poza SuperPET 9000) oraz CBM-II (C610).
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 
 %build
 rm -f missing
 gettextize --copy --force
-aclocal
-autoconf
-autoheader
-automake -a -c -f
-cd src/resid
-autoconf
-cd ../..
-%configure \
+#aclocal
+#autoconf
+#autoheader
+#automake -a -c -f
+#cd src/resid
+#autoconf
+#cd ../..
+%configure2_13 \
        --enable-autobpp \
        --with-sdl \
        --with-x \
This page took 0.154998 seconds and 4 git commands to generate.