Index: compiler.mk =================================================================== RCS file: /cvsroot/pkgsrc/mk/compiler.mk,v retrieving revision 1.82 diff -u -r1.82 compiler.mk --- compiler.mk 9 Dec 2014 23:43:29 -0000 1.82 +++ compiler.mk 5 Oct 2016 12:53:00 -0000 @@ -161,9 +161,9 @@ _WRAP_EXTRA_ARGS.CC+= ${_COMPILER_ABI_FLAG.${ABI}} _WRAP_EXTRA_ARGS.CXX+= ${_COMPILER_ABI_FLAG.${ABI}} _WRAP_EXTRA_ARGS.FC+= ${_COMPILER_ABI_FLAG.${ABI}} -CWRAPPERS_APPEND.cc+= ${_COMPILER_ABI_FLAG.${ABI}} -CWRAPPERS_APPEND.cxx+= ${_COMPILER_ABI_FLAG.${ABI}} -CWRAPPERS_APPEND.f77+= ${_COMPILER_ABI_FLAG.${ABI}} +CWRAPPERS_PREPEND.cc+= ${_COMPILER_ABI_FLAG.${ABI}} +CWRAPPERS_PREPEND.cxx+= ${_COMPILER_ABI_FLAG.${ABI}} +CWRAPPERS_PREPEND.f77+= ${_COMPILER_ABI_FLAG.${ABI}} .endif # If the languages are not requested, force them not to be available