1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

emulators/nestopia: update to 1.52.1

PR:	278134
Reported by:	maintainer
This commit is contained in:
Philippe Audeoud 2024-04-04 08:11:59 +02:00
parent 0119662b4d
commit 1ab68099c6
3 changed files with 4 additions and 16 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= nestopia
DISTVERSION= 1.52.0
PORTREVISION= 1
DISTVERSION= 1.52.1
CATEGORIES= emulators
MAINTAINER= mclay@astate.edu

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680098557
SHA256 (0ldsk00l-nestopia-1.52.0_GH0.tar.gz) = eae1d2f536ae8585edb8d723caf905f4ae65349edee4ffbee45f9f52b5e3b06c
SIZE (0ldsk00l-nestopia-1.52.0_GH0.tar.gz) = 1589971
TIMESTAMP = 1711981574
SHA256 (0ldsk00l-nestopia-1.52.1_GH0.tar.gz) = c9c0bce673eb3b625b538b462e49c00ed1ee1ded1e0bad09be780076880968b5
SIZE (0ldsk00l-nestopia-1.52.1_GH0.tar.gz) = 1593358

View File

@ -1,11 +0,0 @@
--- configure.ac.orig 2023-03-03 20:18:56 UTC
+++ configure.ac
@@ -83,6 +83,8 @@ AC_SUBST(FLTK_CFLAGS,"$(fltk-config --use-gl --use-ima
AS_CASE([${host_os}],
[darwin*],
[AC_SUBST(FLTK_LIBS,"$(fltk-config --use-gl --use-images --ldflags)")],
+ [freebsd*],
+ [AC_SUBST(FLTK_LIBS,"-lGL $(fltk-config --use-gl --use-images --ldflags)")],
[linux*],
[AC_SUBST(FLTK_LIBS,"-lGL $(fltk-config --use-gl --use-images --ldflags)")]
)