Skip to content

Commit

Permalink
print/pdf-tools: Fix build after editors/emacs update to 29.1
Browse files Browse the repository at this point in the history
PR:		273249
Reported by:	Robert Cina <transitive@gmail.com>
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Aug 21, 2023
1 parent 661403a commit 2020d4d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions print/pdf-tools/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pdf-tools
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

Expand Down Expand Up @@ -34,16 +34,8 @@ do-build:
cd ${WRKSRC}/server && ./autogen.sh && ./configure -q && make
${EMACS_CMD} -q --batch -L ${WRKSRC}/lisp -f batch-byte-compile \
${WRKSRC}/lisp/*.el
.if ${FLAVOR:U} == devel_full
${EMACS_CMD} -q --batch -f loaddefs-generate-batch \
${WRKSRC}/lisp/${PORTNAME}-loaddefs.el ${WRKSRC}/lisp
.else
${EMACS_CMD} -q --batch \
--eval "(setq generated-autoload-file \
\"${WRKSRC}/lisp/${PORTNAME}-loaddefs.el\" \
backup-inhibited t)" \
-f batch-update-autoloads ${WRKSRC}/lisp
.endif

do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME}
Expand Down

0 comments on commit 2020d4d

Please sign in to comment.