svn commit: r336107 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-additions/files virtualbox-ose-kmod virtualbox-ose/files

Eitan Adler eadler at freebsd.org
Tue Dec 10 21:44:02 UTC 2013


On Tue, Dec 10, 2013 at 3:42 PM, Bernhard Froehlich <decke at freebsd.org> wrote:
>  .if ${OSVERSION} < 900000 && ${OSVERSION} > 801500
>  EXTRA_PATCHES+=        ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl
>  .endif
> @@ -210,7 +176,11 @@ pre-everything::
>  post-patch:
>         @${ECHO} 'VBOX_PATH_APP_PRIVATE_ARCH = ${PREFIX}/lib/virtualbox' > ${WRKSRC}/LocalConfig.kmk
>         @${ECHO} 'VBOX_PATH_SHARED_LIBS = ${PREFIX}/lib/virtualbox' >> ${WRKSRC}/LocalConfig.kmk
> +.if defined(_GCC_RUNTIME)
> +       @${ECHO} 'VBOX_WITH_RUNPATH = ${_GCC_RUNTIME}:${PREFIX}/lib/virtualbox' >> ${WRKSRC}/LocalConfig.kmk
> +.else

This looks wrong due to the use of ${_GCC_RUNTIME} outside of bsd.gcc.mk.

Is there a better solution for this?




-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-all mailing list