summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-10-04 23:16:02 +0000
committersimonb <simonb@pkgsrc.org>1999-10-04 23:16:02 +0000
commit07b10826b6e256aaa5efc326caa689289a353737 (patch)
tree48ea061c31af421d8665d3c5266d31e64acf492e /plan9
parenta54a5b9eac1065a7ebf2ebabca7ed43fce22b9de (diff)
downloadpkgsrc-07b10826b6e256aaa5efc326caa689289a353737.tar.gz
Don't override LDFLAGS if it is already set.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/9term/patches/patch-ab b/plan9/9term/patches/patch-ab
index 87205bbaca2..6f18e24b4f8 100644
--- a/plan9/9term/patches/patch-ab
+++ b/plan9/9term/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 1998/08/07 11:11:15 agc Exp $
+$NetBSD: patch-ab,v 1.6 1999/10/04 23:16:02 simonb Exp $
--- 9term/9term.c.orig Fri Jun 3 09:35:39 1994
+++ 9term/9term.c Fri Sep 26 16:45:48 1997
@@ -105,7 +105,7 @@ $NetBSD: patch-ab,v 1.5 1998/08/07 11:11:15 agc Exp $
-LDFLAGS=-g -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/ucblib -L/usr/ucblib
+INCLUDES=-I. -I../libtext -I$(SAMPATH)/include -I/usr/X11R6/include
+CFLAGS= -O2 $(OS) $(INCLUDES)
-+LDFLAGS=
++LDFLAGS?=
CC=gcc
# change this if your X11 libraries are in different places