pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/31367



The following reply was made to PR pkg/31367; it has been noted by GNATS.

From: David Griffith <dgriffi%cs.csubak.edu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/31367
Date: Wed, 30 Nov 2005 17:36:46 -0800 (PST)

 patch-aa should be changed as follows.  However, Wine still won't
 work, at least for me.  Anything I do gives this:
 
 $ winemine
 wine: failed to initialize: mmap of entire address space failed: Cannot
 allocate memory
 
 Anyhow, here's the patch:
 
 --- Make.rules.in.orig  2005-11-28 00:24:48.000000000 -0800
 +++ Make.rules.in       2005-11-28 00:25:11.000000000 -0800
 @@ -25,7 +25,7 @@
  CC        = @CC@
  CFLAGS    = @CFLAGS@
  CPPFLAGS  = @CPPFLAGS@
 -LIBS      = @LIBS@
 +LIBS      = @LIBS@ -lcompat
  BISON     = @BISON@
  LEX       = @LEX@
  LEXLIB    = @LEXLIB@
 @@ -109,7 +109,7 @@
  CLEAN_FILES     = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#*
 *.bak *.
 orig *.rej \
                    *.flc *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core
 
 -OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)
 +OBJS = $(EXTRA_OBJS) $(C_SRCS:.c=.o)
 
  RCOBJS = $(RC_SRCS:.rc=.res.o)
  LINTS  = $(C_SRCS:.c=.ln)
 



Home | Main Index | Thread Index | Old Index