diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 18:01:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 18:01:10 +0000 |
commit | faca59df955467d19442ee345de963d7045894e0 (patch) | |
tree | dfe6b3e44b0d6d37876c4b6811c4e606d949732b /x11/wmessage/patches | |
parent | dbbc552adb1e892d7733bbd3540cdbb312d8a400 (diff) | |
download | pkgsrc-faca59df955467d19442ee345de963d7045894e0.tar.gz |
Use ${GET_WRASTER_FLAGS} instead of get-wraster-flags.
Diffstat (limited to 'x11/wmessage/patches')
-rw-r--r-- | x11/wmessage/patches/patch-aa | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/wmessage/patches/patch-aa b/x11/wmessage/patches/patch-aa index 6b4bc2f7c5c..cd4ffff71d4 100644 --- a/x11/wmessage/patches/patch-aa +++ b/x11/wmessage/patches/patch-aa @@ -1,16 +1,18 @@ -$NetBSD: patch-aa,v 1.3 2001/03/22 14:00:40 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2001/08/23 18:01:11 jlam Exp $ ---- Makefile.orig Mon Aug 30 02:38:35 1999 +--- Makefile.orig Sun Aug 29 20:38:35 1999 +++ Makefile @@ -1,19 +1,18 @@ -PREFIX = /usr/local +#PREFIX = /usr/local - CFLAGS = `get-wraster-flags --cflags` -Wall +-CFLAGS = `get-wraster-flags --cflags` -Wall -LDFLAGS = `get-wraster-flags --ldflags` -+LDFLAGS += `get-wraster-flags --ldflags` - LIBS = `get-wraster-flags --libs` +-LIBS = `get-wraster-flags --libs` -CC = gcc ++CFLAGS = `${GET_WRASTER_FLAGS} --cflags` -Wall ++LDFLAGS += `${GET_WRASTER_FLAGS} --ldflags` ++LIBS = `${GET_WRASTER_FLAGS} --libs` +#CC = gcc all: wmessage |