- update to 10.26.31: bug fixes
- drop no longer required workaround for alpha; from brad@ - switch to -fPIC, required by alpha
This commit is contained in:
parent
984d89b7dc
commit
78453474a1
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2006/08/03 12:53:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2006/10/02 16:00:21 naddy Exp $
|
||||
|
||||
COMMENT= "toolkit for converting images between different formats"
|
||||
|
||||
DISTNAME= netpbm-10.26.29
|
||||
SHARED_LIBS= netpbm 0.0
|
||||
DISTNAME= netpbm-10.26.31
|
||||
SHARED_LIBS= netpbm 0.1
|
||||
CATEGORIES= graphics
|
||||
HOMEPAGE= http://netpbm.sourceforge.net/
|
||||
|
||||
@ -46,8 +46,3 @@ MAKE_FLAGS+= NETPBMLIBTYPE=unixstatic
|
||||
.else
|
||||
MAKE_FLAGS+= NETPBMLIBTYPE=unixshared
|
||||
.endif
|
||||
|
||||
# multiple internal compiler errors
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS:= ${CFLAGS:N-O*}
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (netpbm-10.26.29.tgz) = 223a5116f33e6d21706db37fda1c353a
|
||||
RMD160 (netpbm-10.26.29.tgz) = 6cf2dbd2c78cc1271ef24705bd8dba97224dd537
|
||||
SHA1 (netpbm-10.26.29.tgz) = 9c0431c64500018c6f51af6e85d9f7574391c0d8
|
||||
SIZE (netpbm-10.26.29.tgz) = 2540954
|
||||
MD5 (netpbm-10.26.31.tgz) = b80deb52df2d987a8c47134b2ae64bda
|
||||
RMD160 (netpbm-10.26.31.tgz) = 3de542779a3d4ffc5b66c1f2680d4aafe8fa7dd2
|
||||
SHA1 (netpbm-10.26.31.tgz) = 80bcfa1dc7c54a986188e1cf0698ba0ee04af2e0
|
||||
SIZE (netpbm-10.26.31.tgz) = 2541053
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.config.OpenBSD,v 1.6 2006/06/11 18:22:06 naddy Exp $
|
||||
# $OpenBSD: Makefile.config.OpenBSD,v 1.7 2006/10/02 16:00:21 naddy Exp $
|
||||
# Indented variables are unchanged from the defaults in Makefile.config.in.
|
||||
# Commented out variables are set in MAKE_FLAGS.
|
||||
#
|
||||
@ -23,7 +23,7 @@ DEFAULT_TARGET=nonmerge
|
||||
LDFLAGS=
|
||||
LDSHLIB= -shared
|
||||
LDRELOC = NONE
|
||||
CFLAGS_SHLIB = -fpic
|
||||
CFLAGS_SHLIB = -fPIC
|
||||
SHLIB_CLIB =
|
||||
NEED_RUNTIME_PATH = N
|
||||
NETPBMLIB_RUNTIME_PATH =
|
||||
|
Loading…
x
Reference in New Issue
Block a user