35944f86f2
this is smaller than firefox and has special handling for small screens which is useful for machines like the zaurus. unfortunately, it's not there yet, see the TODO. please don't add this to the www Makefile yet.
21 lines
740 B
Plaintext
21 lines
740 B
Plaintext
$OpenBSD: patch-nsprpub_configure_in,v 1.1.1.1 2005/05/25 06:59:10 jolan Exp $
|
|
--- nsprpub/configure.in.orig Tue Sep 14 17:14:38 2004
|
|
+++ nsprpub/configure.in Tue Apr 5 14:53:10 2005
|
|
@@ -1495,7 +1495,7 @@ mips-sony-newsos*)
|
|
AC_DEFINE(HAVE_SOCKLEN_T)
|
|
CFLAGS="$CFLAGS -ansi -Wall"
|
|
CXXFLAGS="$CXXFLAGS -ansi -Wall"
|
|
- DLL_SUFFIX=so.1.0
|
|
+ DLL_SUFFIX=so.${SO_VERSION}
|
|
DSO_CFLAGS=-fPIC
|
|
MDCPUCFG_H=_openbsd.cfg
|
|
PR_MD_CSRCS=openbsd.c
|
|
@@ -2213,6 +2213,7 @@ if test -n "$USE_PTHREADS"; then
|
|
AC_DEFINE(_THREAD_SAFE)
|
|
if test "$ac_cv_have_dash_pthread" = "yes"; then
|
|
_PTHREAD_LDFLAGS=-pthread
|
|
+ LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
|
|
fi
|
|
;;
|
|
*-linux*)
|