diff options
author | simonb <simonb> | 1999-10-04 23:16:02 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-10-04 23:16:02 +0000 |
commit | 442ea40def3016c0e3468b34691f45aa7a02e9ea (patch) | |
tree | 48ea061c31af421d8665d3c5266d31e64acf492e /plan9 | |
parent | a8ad65fb931a70a972036b3934c5ff3cb8795aa1 (diff) | |
download | pkgsrc-442ea40def3016c0e3468b34691f45aa7a02e9ea.tar.gz |
Don't override LDFLAGS if it is already set.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/patches/patch-ab | 4 |
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 |