summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonb <simonb>1999-10-04 23:16:02 +0000
committersimonb <simonb>1999-10-04 23:16:02 +0000
commitbc3847a520a34f0157c2fdcb16f21c1e565506fa (patch)
tree48ea061c31af421d8665d3c5266d31e64acf492e
parentb91952fb5967ce38f252c1551f348627fcb9db58 (diff)
downloadpkgsrc-bc3847a520a34f0157c2fdcb16f21c1e565506fa.tar.gz
Don't override LDFLAGS if it is already set.
-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