Skip to content

Commit

Permalink
graphics/opendx: Remove CC/CPP/CXX exports
Browse files Browse the repository at this point in the history
USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Sep 29, 2023
1 parent 265d086 commit 5ca2270
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions graphics/opendx/Makefile
Expand Up @@ -74,9 +74,6 @@ PLIST_SUB+= UNAMEP=${ARCH}

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
CONFIGURE_ENV+= ac_cv_requires_lstdcxx=yes
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
Expand Down

0 comments on commit 5ca2270

Please sign in to comment.