summaryrefslogtreecommitdiff
path: root/editors/biew/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/biew/patches/patch-aa')
-rw-r--r--editors/biew/patches/patch-aa24
1 files changed, 12 insertions, 12 deletions
diff --git a/editors/biew/patches/patch-aa b/editors/biew/patches/patch-aa
index a83d21bad0a..889b765c73c 100644
--- a/editors/biew/patches/patch-aa
+++ b/editors/biew/patches/patch-aa
@@ -1,26 +1,26 @@
-$NetBSD: patch-aa,v 1.2 2000/12/02 19:26:16 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2003/07/22 12:27:08 wiz Exp $
---- makefile.orig Mon Oct 30 01:25:15 2000
+--- makefile.orig Sun Dec 30 18:05:47 2001
+++ makefile
-@@ -39,18 +39,18 @@
+@@ -59,18 +59,18 @@ TARGET_OS=unix
+ # Try it if you have problems with compilation due to assembler errors.
+ # Note that it is not the same as specifying TARGET_PLATFORM=generic.
#------------------------------------------------------------------------------
- # Notes: You can also define -D__EXPERIMENTAL_VERSION flag, if you want to
- # build experimental version with fastcall technology.
-HOST_CFLAGS=
-+HOST_CFLAGS= -I${PREFIX}/include -D__int8_t_defined -DLIBDIR='"${PREFIX}/share"'
++HOST_CFLAGS=-I${PREFIX}/include -D__int8_t_defined -DLIBDIR='"${PREFIX}/share"'
- # Please add any host specific linker flags here, if it need
+ # Please add any host specific linker flags here
#------------------------------------------------------------------------------
-HOST_LDFLAGS=
-+HOST_LDFLAGS= -L${PREFIX}/lib -R${PREFIX}/lib
++HOST_LDFLAGS=-L${PREFIX}/lib -Wl,-R${PREFIX}/lib
###########################################################################
- # You can fine tune the project for Unix platforms. For detail see unix.txt
- # Please select screen library, that you want to use. Valid values are:
+ # Here comes Unix-specific configuration, see unix.txt for details.
+ # Please select screen library, valid values are:
# vt100, slang, curses (default)
#--------------------------------------------------------------------------
--TARGET_SCREEN_LIB = curses
-+TARGET_SCREEN_LIB = slang
+-TARGET_SCREEN_LIB=curses
++TARGET_SCREEN_LIB=slang
# Please select if you want to use mouse. Valid values are:
# n(default), y