Skip to content

Commit

Permalink
multimedia/ffnvcodec-headers: explicitly set PREFIX
Browse files Browse the repository at this point in the history
Without this, upstream's Makefile uses /usr/local, which may be
incorrect on systems with unusual PREFIX.

PR:	272105
Approved by: Alex S. (for multimedia@)
  • Loading branch information
Mikhail Teterin authored and Mikhail Teterin committed Jun 20, 2023
1 parent 3c06a2e commit 92f0af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multimedia/ffnvcodec-headers/Makefile
Expand Up @@ -15,6 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= FFmpeg
GH_PROJECT= nv-codec-headers

MAKE_ARGS+= PREFIX="${PREFIX}"
NO_ARCH= yes

.include <bsd.port.mk>

0 comments on commit 92f0af6

Please sign in to comment.