Unbreak after pulseaudio update.
reported by naddy@ (didn't show up in my bulk for some reason)
This commit is contained in:
parent
29fbf8cf5b
commit
dcd557f876
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/26 22:45:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2017/09/21 05:07:30 ajacoutot Exp $
|
||||
|
||||
BROKEN-alpha= libtomcrypt/src/headers/tomcrypt_cfg.h:130:6: error: #error You must specify a word size as well as endianess in tomcrypt_cfg.h
|
||||
|
||||
@ -7,7 +7,7 @@ CATEGORIES = games emulators
|
||||
|
||||
DISTNAME = stepmania-5.0b2a
|
||||
PKGNAME = stepmania-5.0beta2a
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
EXTRACT_SUFX = -src.tar.bz2
|
||||
HOMEPAGE = http://www.stepmania.com
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=stepmania/}
|
||||
|
@ -1,12 +1,13 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.5 2014/03/23 22:39:28 kili Exp $
|
||||
--- src/Makefile.in.orig Sun Jun 16 03:17:19 2013
|
||||
+++ src/Makefile.in Sun Nov 3 10:11:16 2013
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.6 2017/09/21 05:07:30 ajacoutot Exp $
|
||||
Index: src/Makefile.in
|
||||
--- src/Makefile.in.orig
|
||||
+++ src/Makefile.in
|
||||
@@ -2177,7 +2177,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-LIBS = @LIBS@ -lpthread -lrt
|
||||
+LIBS = @LIBS@ -lpthread
|
||||
+LIBS = @LIBS@ -lpthread -liconv
|
||||
LTLIBICONV = @LTLIBICONV@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
|
Loading…
Reference in New Issue
Block a user