diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-07 15:34:54 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-07 15:34:54 +0000 |
commit | bd084177e48a16457f0083dfb5fc6c3365e0630a (patch) | |
tree | bf6dc723f00d451e1ce67e5cda6280f66643e7cc /misc/siag | |
parent | 654c5a2b7d2c7221b3e998803c7857e5dc95c069 (diff) | |
download | pkgsrc-bd084177e48a16457f0083dfb5fc6c3365e0630a.tar.gz |
Add LDFLAGS+=-Wl,-R${X11BASE}/lib to make it work on ELF.
Diffstat (limited to 'misc/siag')
-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: |