diff options
author | reed <reed@pkgsrc.org> | 2004-04-27 21:49:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-27 21:49:57 +0000 |
commit | 8c124c8f8852807307a4e747bd62e38148593589 (patch) | |
tree | 12a04d81cebc20e32621478ffdf4e7f06ad2fc16 /x11 | |
parent | 68acd364efb40b4710f30d0ca697dff38f1357c1 (diff) | |
download | pkgsrc-8c124c8f8852807307a4e747bd62e38148593589.tar.gz |
Fix problem where PLIST included shared libraries for liboldX
for Linux. Also make sure that libpsres.* is installed always.
This is for the XFree86-libs package. PKGREVISION was just bumped in
last, very recent, commit so don't do it again.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-libs/PLIST | 8 | ||||
-rw-r--r-- | x11/XFree86-libs/files/host.def | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/XFree86-libs/PLIST b/x11/XFree86-libs/PLIST index d29d33617f7..e6cf10984d9 100644 --- a/x11/XFree86-libs/PLIST +++ b/x11/XFree86-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2004/03/28 22:11:33 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/04/27 21:49:57 reed Exp $ ${X11ROOT_PREFIX}/include/DPS/ColorSB.h ${X11ROOT_PREFIX}/include/DPS/ColorSBP.h ${X11ROOT_PREFIX}/include/DPS/DPSScrollW.h @@ -658,9 +658,9 @@ ${X11ROOT_PREFIX}/lib/libfontenc.so ${X11ROOT_PREFIX}/lib/libfontenc.so.1 ${SHARED_LIB_MINOR}${X11ROOT_PREFIX}/lib/libfontenc.so.1.0 ${X11ROOT_PREFIX}/lib/liboldX.a -${X11ROOT_PREFIX}/lib/liboldX.so -${X11ROOT_PREFIX}/lib/liboldX.so.6 -${SHARED_LIB_MINOR}${X11ROOT_PREFIX}/lib/liboldX.so.6.0 +${LIBOLDX}${X11ROOT_PREFIX}/lib/liboldX.so +${LIBOLDX}${X11ROOT_PREFIX}/lib/liboldX.so.6 +${LIBOLDX}${SHARED_LIB_MINOR}${X11ROOT_PREFIX}/lib/liboldX.so.6.0 ${X11ROOT_PREFIX}/lib/libpsres.a ${X11ROOT_PREFIX}/lib/libpsres.so ${X11ROOT_PREFIX}/lib/libpsres.so.1 diff --git a/x11/XFree86-libs/files/host.def b/x11/XFree86-libs/files/host.def index 7fc7d69f538..90b4ee4e082 100644 --- a/x11/XFree86-libs/files/host.def +++ b/x11/XFree86-libs/files/host.def @@ -1,4 +1,4 @@ -/* $NetBSD: host.def,v 1.2 2004/03/28 22:06:15 xtraeme Exp $ */ +/* $NetBSD: host.def,v 1.3 2004/04/27 21:49:57 reed Exp $ */ #define ProjectRoot @PREFIX@ @@ -34,6 +34,8 @@ #undef SharedLibXinerama #define SharedLibXinerama YES +#define NormalLibPSRes YES + #define LibInstallBuild YES #ifndef DriDrivers |