From 8c3436b720956ae0a5a6404e78e4593428c95b54 Mon Sep 17 00:00:00 2001 From: frueauf Date: Thu, 7 Jan 1999 15:34:54 +0000 Subject: Add LDFLAGS+=-Wl,-R${X11BASE}/lib to make it work on ELF. --- misc/siag/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/siag') diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 8ba197be770..89c5badf571 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/25 21:41:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/07 15:34:54 frueauf Exp $ DISTNAME= siag-3.1.2 CATEGORIES= misc textproc math @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CFLAGS+= -Dunix +LDFLAGS+= -Wl,-R${X11BASE}/lib STRIPFLAG= pre-configure: -- cgit v1.2.3