2 کامیت‌ها 5de0ed437f ... 6a224f33f4

نویسنده SHA1 پیام تاریخ
  orbea 6a224f33f4 Update LICENSE 2 سال پیش
  orbea 66c4a1a767 games/jgemu/bsnes: Remove -fopenmp 2 سال پیش
2فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 1 1
      LICENSE
  2. 2 3
      games/jgemu/bsnes/bsnes.build

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright 2020-2021 orbea
+Copyright 2020-2022 orbea
 All rights reserved.
 
 Redistribution and use of this script, with or without modification, is

+ 2 - 3
games/jgemu/bsnes/bsnes.build

@@ -2,7 +2,7 @@
 
 # build script for bsnes
 
-# Copyright 2020-2021 orbea
+# Copyright 2020-2022 orbea
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -35,8 +35,7 @@ URL="https://gitlab.com/jgemu/$PRGNAM.git"
 
 _jgmake Makefile \
   CFLAGS="$BLDFLAGS" \
-  CXXFLAGS="$BLDFLAGS -fopenmp" \
-  LDFLAGS='-fopenmp' \
+  CXXFLAGS="$BLDFLAGS" \
   DATADIR="$PKG"/share/games
 
 _install "$PRGNAM" "$VERSION" "$PKG" "$SRC"