libpaper: Remove --enable-relocatable completely.
It just breaks things and pkgsrc will never support relocatable binaries. The configure script warns that doing this will break the tests, but in my testing it does not. Bump PKGREVISION.
This commit is contained in:
parent
4068eef487
commit
3b32ae84c9
2 changed files with 3 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2023/04/15 19:16:33 triaxx Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2023/04/17 08:35:54 jperkin Exp $
|
||||
|
||||
DISTNAME= libpaper-2.1.0
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=rrthomas/}
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
|
@ -25,15 +25,6 @@ INSTALLATION_DIRS= ${EGDIR}
|
|||
|
||||
BUILD_DEFS= PAPERSIZE
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
PLIST_VARS= relo
|
||||
|
||||
.if ${OPSYS} != "Darwin"
|
||||
CONFIGURE_ARGS+= --enable-relocatable
|
||||
PLIST.relo= yes
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
${ECHO} ${PAPERSIZE} > ${WRKDIR}/papersize
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2023/04/15 19:16:33 triaxx Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2023/04/17 08:35:54 jperkin Exp $
|
||||
bin/paper
|
||||
${PLIST.relo}bin/paper.bin
|
||||
bin/paperconf
|
||||
${PLIST.relo}bin/paperconf.bin
|
||||
include/paper.h
|
||||
lib/libpaper.la
|
||||
man/man1/paper.1
|
||||
|
|
Loading…
Reference in a new issue