diff options
author | nork <nork@FreeBSD.org> | 2003-02-02 21:51:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-02 21:51:26 +0800 |
commit | bc4c4ecb80d5a62f2f377449f88dae97867435e9 (patch) | |
tree | 8ee3353321f50b07d1470b4ac0561d093520b5ad /audio/wmsmixer | |
parent | 196735fb4cc2b239e315f7714244de9c9f046d93 (diff) | |
download | freebsd-ports-gnome-bc4c4ecb80d5a62f2f377449f88dae97867435e9.tar.gz freebsd-ports-gnome-bc4c4ecb80d5a62f2f377449f88dae97867435e9.tar.zst freebsd-ports-gnome-bc4c4ecb80d5a62f2f377449f88dae97867435e9.zip |
Support CXX/CXXFLAGS properly.
PR: ports/47736
Submitted by: Ports Fury
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile index df09e0e1c094..cd0711a8df7f 100644 --- a/audio/wmsmixer/Makefile +++ b/audio/wmsmixer/Makefile @@ -14,6 +14,6 @@ MAINTAINER= ports@FreeBSD.org USE_XPM= YES USE_IMAKE= YES -MAKE_ARGS= CC=g++ +MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" .include <bsd.port.mk> |