diff options
author | mrg <mrg@pkgsrc.org> | 1999-10-31 10:46:30 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-10-31 10:46:30 +0000 |
commit | 4813f1d22dfd4ef22e8d2e1bc84819baad6ec59c (patch) | |
tree | bef1063cc3e63fb8c97f2f88b4d0ceee5d39a863 /graphics/xpm/patches | |
parent | 15d0178f3efdcf5ab2da4be6bb1813f5e155d530 (diff) | |
download | pkgsrc-4813f1d22dfd4ef22e8d2e1bc84819baad6ec59c.tar.gz |
make sure we apply OSF/DUh/Tru64 UNIX parts of Imakefiles only on those
platforms (ie, not just `AlphaArchitecture'). this showed up under
xpkgwedge where it was attempting to link in -lXext but not finding it.
Diffstat (limited to 'graphics/xpm/patches')
-rw-r--r-- | graphics/xpm/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xpm/patches/patch-ac b/graphics/xpm/patches/patch-ac new file mode 100644 index 00000000000..73e6bad63d8 --- /dev/null +++ b/graphics/xpm/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 1999/10/31 10:46:31 mrg Exp $ + +--- lib/Imakefile.orig Fri Mar 20 06:50:59 1998 ++++ lib/Imakefile Sun Oct 31 21:39:04 1999 +@@ -55,7 +55,7 @@ + #endif + + XCOMM on Dec Alpha we need to define the following to build the shared library +-#ifdef AlphaArchitecture ++#if defined(AlphaArchitecture) && defined(ModernOSF1) + REQUIREDLIBS = $(LDPRELIB) $(XLIB) + SO_REQLIBS = -lX11 -lc + #endif |