summaryrefslogtreecommitdiff
path: root/misc/vfu/patches
diff options
context:
space:
mode:
authorjlam <jlam>1999-07-06 08:05:51 +0000
committerjlam <jlam>1999-07-06 08:05:51 +0000
commit4b4e477f29e86d4cf43367f339de34d37fc31b06 (patch)
tree5646fd64feb07756bf2e8fe621c39ed5d3ef401f /misc/vfu/patches
parent3a61e8fe41efbd80d5a91dc5050abc48712153c9 (diff)
downloadpkgsrc-4b4e477f29e86d4cf43367f339de34d37fc31b06.tar.gz
* Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.
Diffstat (limited to 'misc/vfu/patches')
-rw-r--r--misc/vfu/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/vfu/patches/patch-ad b/misc/vfu/patches/patch-ad
new file mode 100644
index 00000000000..84d93abb650
--- /dev/null
+++ b/misc/vfu/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.5 1999/07/06 08:05:51 jlam Exp $
+
+--- ftparc/makefile.orig Wed Mar 3 14:33:58 1999
++++ ftparc/makefile Fri Jul 2 09:42:37 1999
+@@ -3,8 +3,8 @@
+ CC = g++
+ LD = g++
+ AR = ar rvs
+-CFLAGS = -I../vslib -O2 $(CCDEF)
+-CCFLAGS = -I../vslib -O2 $(CCDEF)
++CFLAGS = -I../vslib -I${LOCALBASE}/include -O2 $(CCDEF)
++CCFLAGS = -I../vslib -I${LOCALBASE}/include -O2 $(CCDEF)
+ LDFLAGS = -L../vslib -lvslib $(LDDEF)
+ ARFLAGS =
+ TARGET = ftparc