diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-08 08:53:37 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-08 08:53:37 +0000 |
commit | 6df0a50c704eb426ceca0fb8ce2c16030c2a57dd (patch) | |
tree | b47c302b609ec26bd54873d973019b4a5918512b /www/opera-devel/files | |
parent | ab7ef04ab317fa9af9e2b3c4ec6c27a0da23627d (diff) | |
download | ports-6df0a50c704eb426ceca0fb8ce2c16030c2a57dd.tar.gz ports-6df0a50c704eb426ceca0fb8ce2c16030c2a57dd.zip |
Notes
Diffstat (limited to 'www/opera-devel/files')
-rw-r--r-- | www/opera-devel/files/patch-install.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/opera-devel/files/patch-install.sh b/www/opera-devel/files/patch-install.sh index 733442180c22..79239df17a09 100644 --- a/www/opera-devel/files/patch-install.sh +++ b/www/opera-devel/files/patch-install.sh @@ -38,24 +38,6 @@ wrapper_file="${wrapper_dir}/opera" -@@ -909,7 +901,7 @@ - - # Workaround for the \"preloaded libXt\" problem. - # To disable the first workaround, comment the next line. -- JAVA_WORKAROUND=`LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\" /bin/echo works 2>/dev/null` -+ #JAVA_WORKAROUND=`LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\" /bin/echo works 2>/dev/null` - - if test \"\${JAVA_WORKAROUND}\" = 'works'; then - LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\" -@@ -918,7 +910,7 @@ - fi - else - # To disable the second workaround, comment the next line. -- JAVA_WORKAROUND2=`LD_PRELOAD=\"libawt.so\" /bin/echo works 2>/dev/null` -+ #JAVA_WORKAROUND2=`LD_PRELOAD=\"libawt.so\" /bin/echo works 2>/dev/null` - if test \"\${JAVA_WORKAROUND2}\" = 'works'; then - LD_PRELOAD=\"libawt.so\" - OPERA_FORCE_JAVA_ENABLED=\"1\" @@ -943,11 +935,8 @@ # Acrobat Reader |