remove workaround for broken linux compat regarding shmat()

this needs a current kernel to work
This commit is contained in:
sturm 2007-05-29 10:46:38 +00:00
parent 91fd6a08a7
commit 91c2a0d17a
2 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.41 2007/05/21 20:15:11 sturm Exp $
# $OpenBSD: Makefile,v 1.42 2007/05/29 10:46:38 sturm Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "fast and customizable WWW browser"
DISTNAME= opera-9.21-20070510.1-static-qt.i386-en
PKGNAME= opera-9.21
PKGNAME= opera-9.21p0
CATEGORIES= www
HOMEPAGE= http://www.opera.com/

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: opera.sh,v 1.7 2007/05/21 20:15:11 sturm Exp $
# $OpenBSD: opera.sh,v 1.8 2007/05/29 10:46:38 sturm Exp $
PLUGIN_PATH=@PREFIX@/lib/opera/plugins
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/lib/ns-plugins
@ -10,7 +10,6 @@ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/libexec
PATH=/bin:/usr/bin
export OPERA_DIR=@PREFIX@/share/opera
export OPERA_NUM_XSHM=0
export OPERA_PLUGIN_PATH=${OPERA_PLUGIN_PATH-${PLUGIN_PATH}}
export LD_LIBRARY_PATH PATH