Lines 36-45
LDFLAGS+= -L${LOCALBASE}/lib
Link Here
|
36 |
GNU_CONFIGURE= yes |
33 |
GNU_CONFIGURE= yes |
37 |
CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ |
34 |
CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ |
38 |
--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ |
35 |
--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ |
39 |
--cxx=${CXX} |
36 |
--cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash |
40 |
USE_XORG= x11 |
37 |
USE_XORG= x11 |
41 |
USES= compiler:gcc-c++11-lib gmake |
38 |
USES= compiler:gcc-c++11-lib gmake |
42 |
MAKE_JOBS_UNSAFE=yes |
39 |
MAKE_JOBS_UNSAFE=yes |
|
|
40 |
bash_OLD_CMD= /usr/bin/env bash |
41 |
SHEBANG_FILES= configure \ |
42 |
share/install-dependency |
43 |
|
43 |
|
44 |
.include <bsd.port.pre.mk> |
44 |
.include <bsd.port.pre.mk> |
45 |
|
45 |
|