Skip to content

Commit

Permalink
graphics/libplacebo: unbreak version without WRKDIRPREFIX
Browse files Browse the repository at this point in the history
[vo/gpu/libplacebo] Initialized libplacebo 12.3-eol-13663-gde305010502d (API v292)

Reported by:	Kevin Oberman (via bug 272709)
  • Loading branch information
jbeich committed Jul 27, 2023
1 parent 8071dcb commit 6b6bfa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/libplacebo/Makefile
Expand Up @@ -58,7 +58,8 @@ post-patch:
@${REINPLACE_CMD} "s,static:,dirs: '${LOCALBASE}/lib'\, &," \
${WRKSRC}/src/glsl/meson.build
# Extract (snapshot) version from port version instead of meson.build
@${REINPLACE_CMD} "s/version_pretty/'${DISTVERSIONFULL}'/" \
@${REINPLACE_CMD} -e "s/'git'/'${FALSE}'/" \
-e "s/version_pretty/'${DISTVERSIONFULL}'/" \
${WRKSRC}/src/meson.build

pre-install-TEST-on: do-test
Expand Down

0 comments on commit 6b6bfa9

Please sign in to comment.