Date: Sunday, January 29, 2023 @ 17:25:38
  Author: arojas
Revision: 467605

upgpkg: libcerf 1:2.3-2: Don't build with native code (FS#77321)

Modified:
  libcerf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-29 16:47:09 UTC (rev 467604)
+++ PKGBUILD    2023-01-29 17:25:38 UTC (rev 467605)
@@ -3,7 +3,7 @@
 pkgname=libcerf
 epoch=1
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions'
 arch=(x86_64)
 url='https://jugit.fz-juelich.de/mlz/libcerf/'
@@ -15,7 +15,8 @@
 
 build() {
   cmake -B build -S $pkgname-v$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPORTABLE=ON
   cmake --build build
 }
 

Reply via email to