diff options
author | frueauf <frueauf> | 1999-01-07 15:34:54 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-07 15:34:54 +0000 |
commit | 76bbe7fe29bd61fddfc4d6b8a927edf88e75196c (patch) | |
tree | bf6dc723f00d451e1ce67e5cda6280f66643e7cc | |
parent | 6aad14a146ddbd5a074bbd9bc22c2f31edf1ef50 (diff) | |
download | pkgsrc-76bbe7fe29bd61fddfc4d6b8a927edf88e75196c.tar.gz |
Add LDFLAGS+=-Wl,-R${X11BASE}/lib to make it work on ELF.
-rw-r--r-- | misc/siag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |