summaryrefslogtreecommitdiff
path: root/lang/wsbasic/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-19 03:36:03 +0000
committerminskim <minskim>2005-10-19 03:36:03 +0000
commit5bc2d41a764b67e25a73256cd1c68a66c47671df (patch)
treee219a749abf99ca8f77ff8b9a19d15b64ab01f50 /lang/wsbasic/patches
parente805ec79368267ecab7abf8d41b7444f4faabb4b (diff)
downloadpkgsrc-5bc2d41a764b67e25a73256cd1c68a66c47671df.tar.gz
Import wsbasic from pkgsrc-wip. Packaged by Geert Hendrickx.
WSBasic is a BASIC interpreter written entirely in C++ without the use of lex or yacc.
Diffstat (limited to 'lang/wsbasic/patches')
-rw-r--r--lang/wsbasic/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/wsbasic/patches/patch-aa b/lang/wsbasic/patches/patch-aa
new file mode 100644
index 00000000000..17440f43f34
--- /dev/null
+++ b/lang/wsbasic/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/19 03:36:03 minskim Exp $
+
+--- Makefile.orig 2005-01-28 02:40:58.000000000 +0100
++++ Makefile
+@@ -1,5 +1,6 @@
+-CXX = g++
++CXX ?= g++
+ FLAGS = -O2 -Wall #-D_DEBUG_
++FLAGS += $(CXXFLAGS)
+ INSTALL_DIR = /usr/local/bin/
+ RELEASE = 1_2_4
+