diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-01 18:53:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-01 18:53:59 +0000 |
commit | 7f947df15851d632bffe0c989a0b4d6a8ce924e3 (patch) | |
tree | 6e0c092f46ce5de821597c7671999698b512ea52 /cad/vipec/Makefile | |
parent | 17a6700f0178c309d02fd15cc2670e34392b2083 (diff) | |
download | pkgsrc-7f947df15851d632bffe0c989a0b4d6a8ce924e3.tar.gz |
various ELF fixes.
- Make sure -Rpath is done correctly
- Make sure qt libs are found
- Make sure -lz -lpng -lSM are included as libqt needs functions
from these libraries.
Diffstat (limited to 'cad/vipec/Makefile')
-rw-r--r-- | cad/vipec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 278bc0e3e8b..6e4306f037a 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/04/01 05:40:52 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2000/04/01 18:53:59 dmcmahill Exp $ # DISTNAME= vipec-2.0.1 @@ -14,7 +14,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11= yes -CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2" +CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2" \ + all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS+= "--with-qt-dir=${X11BASE}/qt2" post-extract: |