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: Hubert Feyrer <feyrer%cs.stevens.edu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/31367
Date: Thu, 1 Dec 2005 03:41:59 +0100 (CET)
---------- Forwarded message ----------
Date: Wed, 30 Nov 2005 16:57:10 -0800 (PST)
From: David Griffith <dgriffi%cs.csubak.edu@localhost>
To: tech-pkg%NetBSD.org@localhost
Subject: pkg/31367
I tried to get this into GNATS, but it didn't seem to go anywhere.
Would someone please help me out?
---------- Forwarded message ----------
Date: Mon, 28 Nov 2005 01:13:31 -0800 (PST)
From: David Griffith <dgriffi%cs.csubak.edu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: hauke%Espresso.Rhein-Neckar.DE@localhost
Subject: pkg/31367
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