[arch-commits] Commit in gfan/trunk (PKGBUILD fix-build.patch)

Antonio Rojas arojas at archlinux.org
Mon Jun 19 21:36:39 UTC 2017


    Date: Monday, June 19, 2017 @ 21:36:39
  Author: arojas
Revision: 238769

Remove patch

Modified:
  gfan/trunk/PKGBUILD
Deleted:
  gfan/trunk/fix-build.patch

-----------------+
 PKGBUILD        |   10 ++--------
 fix-build.patch |   11 -----------
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 21:36:00 UTC (rev 238768)
+++ PKGBUILD	2017-06-19 21:36:39 UTC (rev 238769)
@@ -9,15 +9,9 @@
 url="http://home.imf.au.dk/jensen/software/gfan/gfan.html"
 license=(GPL)
 depends=(cddlib)
-source=("http://home.imf.au.dk/jensen/software/gfan/gfan${pkgver}.tar.gz" 'fix-build.patch')
-sha256sums=('12f90de250c19318eb0b183f86b09ae5a0d4acaca4e49ffb90f7a5858fbf455e'
-            'a2a834bf0483f277c45b0f8c8e9843ccad3832cacecc0cc5d943c51ad85fc7b5')
+source=("http://home.imf.au.dk/jensen/software/gfan/gfan${pkgver}.tar.gz")
+sha256sums=('12f90de250c19318eb0b183f86b09ae5a0d4acaca4e49ffb90f7a5858fbf455e')
 
-prepare() {
-  cd gfan$pkgver
-#  patch -p1 -i $srcdir/fix-build.patch
-}
-
 build() {
   cd gfan$pkgver
   make cddnoprefix=true

Deleted: fix-build.patch
===================================================================
--- fix-build.patch	2017-06-19 21:36:00 UTC (rev 238768)
+++ fix-build.patch	2017-06-19 21:36:39 UTC (rev 238769)
@@ -1,11 +0,0 @@
---- gfan0.5/app_minkowski.cpp.orig	2013-03-11 19:53:30.252937718 +0100
-+++ gfan0.5/app_minkowski.cpp	2013-03-11 19:53:37.346265847 +0100
-@@ -160,7 +160,7 @@
- 	    //log0 fprintf(Stderr,"4");
- 	    f.insert(c);
- 	    //log0 fprintf(Stderr,"5\n");
--	    static int i;
-+	    //static int i;
- 	    //log0 fprintf(Stderr,"inserted:%i\n",++i);
- 	  }
- 	log1 fprintf(Stderr,"Resolving symmetries.\n");



More information about the arch-commits mailing list