update to rxvt-unicode-9.30

This commit is contained in:
sthen 2021-11-29 21:56:09 +00:00
parent 3ae993cdd9
commit 0ee8b3ff30
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.53 2021/11/23 13:04:34 sthen Exp $
# $OpenBSD: Makefile,v 1.54 2021/11/29 21:56:09 sthen Exp $
COMMENT = clone of rxvt with Unicode and Xft support
DISTNAME = rxvt-unicode-9.29
DISTNAME = rxvt-unicode-9.30
CATEGORIES = x11
FIX_EXTRACT_PERMISSIONS = Yes

View File

@ -1,2 +1,2 @@
SHA256 (rxvt-unicode-9.29.tar.bz2) = wYvJ3gwxnbH4V0jswvJV/56yvg++nhX+DqvvwGPEFXw=
SIZE (rxvt-unicode-9.29.tar.bz2) = 876330
SHA256 (rxvt-unicode-9.30.tar.bz2) = /hyT0S84WHZFepifw64FwJFdJpLvxZKJ0PcPq+W0TS0=
SIZE (rxvt-unicode-9.30.tar.bz2) = 877186

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.4 2021/11/23 13:04:34 sthen Exp $
$OpenBSD: patch-configure_ac,v 1.5 2021/11/29 21:56:09 sthen Exp $
Don't use gcc specific flags, because it causes various undefined
reference errors with ports-gcc>=6 when -lsupc++ is used. We could
@ -7,8 +7,8 @@ use libesupc++ but there is not much incentive to do so.
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -32,25 +32,6 @@ if test "$ac_prog_cxx_stdcxx" != cxx11; then
fi
@@ -28,25 +28,6 @@ AC_USE_SYSTEM_EXTENSIONS
AC_LANG(C++)
LINKER="$CXX"
-dnl check whether we can link with gcc -lsupc++