diff options
author | dmcmahill <dmcmahill> | 2000-04-01 18:53:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-04-01 18:53:59 +0000 |
commit | e724e9b098305c7ed4177409eea628f656d0ed47 (patch) | |
tree | 6e0c092f46ce5de821597c7671999698b512ea52 /cad/vipec/Makefile | |
parent | 7cfc22f740b834fa639fe68bb0536e7ad26d6d06 (diff) | |
download | pkgsrc-e724e9b098305c7ed4177409eea628f656d0ed47.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: |