diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /multimedia/m2vrequantiser | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) |
Notes
Diffstat (limited to 'multimedia/m2vrequantiser')
-rw-r--r-- | multimedia/m2vrequantiser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/m2vrequantiser/Makefile b/multimedia/m2vrequantiser/Makefile index 3cdeb5ef9092..c786777d9064 100644 --- a/multimedia/m2vrequantiser/Makefile +++ b/multimedia/m2vrequantiser/Makefile @@ -12,7 +12,7 @@ COMMENT= Requantize MPEG-2 streams without recompressing PATCH_STRIP= -p1 CFLAGS+= -Duint=unsigned -MAKE_ARGS+= CC=${CC} CXX=${CXX} +MAKE_ARGS+= CC="${CC}" CXX="${CXX}" PLIST_FILES+= bin/M2VRequantiser post-patch: |