pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm use .sl instead of .so on hpux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd8ae406f21b
branches:  trunk
changeset: 528150:fd8ae406f21b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 22 09:58:10 2007 +0000

description:
use .sl instead of .so on hpux

diffstat:

 graphics/netpbm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ce8d197319c6 -r fd8ae406f21b graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Sun Apr 22 09:25:24 2007 +0000
+++ b/graphics/netpbm/Makefile  Sun Apr 22 09:58:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2007/04/05 19:41:48 gdt Exp $
+# $NetBSD: Makefile,v 1.153 2007/04/22 09:58:10 tnn Exp $
 
 DISTNAME=      netpbm-10.34
 PKGREVISION=   1
@@ -56,6 +56,8 @@
 
 .if ${OPSYS} == "Darwin"
 MAKE_ENV+=     NETPBMLIBTYPE="dylib" NETPBMLIBSUFFIX="dylib"
+.elif ${OPSYS} == "HPUX" && ${OBJECT_FMT} == "SOM"
+MAKE_ENV+=     NETPBMLIBTYPE="unixshared" NETPBMLIBSUFFIX="sl"
 .else
 MAKE_ENV+=     NETPBMLIBTYPE="unixshared" NETPBMLIBSUFFIX="so"
 .endif



Home | Main Index | Thread Index | Old Index