summaryrefslogtreecommitdiffstats
path: root/www/seamonkey2/files
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-11-11 20:16:22 +0000
committerjim <jim@FreeBSD.org>1999-11-11 20:16:22 +0000
commita0a44fe529655323c3eb15a1d660d4b4dedb05e5 (patch)
treeb05efc5e347fa8c7d40a8639e0e9d8f209fbbcf1 /www/seamonkey2/files
parent9a653cbe313b0c16120b02193ae6ab6199156a48 (diff)
downloadFreeBSD-ports-a0a44fe529655323c3eb15a1d660d4b4dedb05e5.zip
FreeBSD-ports-a0a44fe529655323c3eb15a1d660d4b4dedb05e5.tar.gz
Update to Milestone 10.
PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r--www/seamonkey2/files/patch-mi15
-rw-r--r--www/seamonkey2/files/patch-qt8
2 files changed, 23 insertions, 0 deletions
diff --git a/www/seamonkey2/files/patch-mi b/www/seamonkey2/files/patch-mi
new file mode 100644
index 0000000..51da7ba
--- /dev/null
+++ b/www/seamonkey2/files/patch-mi
@@ -0,0 +1,15 @@
+This patch make the FreeBSD port build obey the host's local settings
+for C, C++ compiler and (optimization) flags.
+--- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999
++++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999
+@@ -24,2 +23,0 @@
+-CC = gcc
+-CCC = g++
+@@ -26,0 +25,5 @@
++CCC = ${CXX}
++
++# During FreeBSD port build, CFLAGS contains all of the optimizations
++# flags desired...
++OPTIMIZER =
+@@ -31 +33,0 @@
+-OS_REL_CFLAGS = -mno-486 -Di386
diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt
new file mode 100644
index 0000000..352c611
--- /dev/null
+++ b/www/seamonkey2/files/patch-qt
@@ -0,0 +1,8 @@
+This patch is not neccessary, since the Qt support in Mozilla appears
+broken anyway (Perhaps, it needs Qt-2?). But it should stir the
+configure to the right direction...
+--- configure.orig Tue Sep 28 17:46:31 1999
++++ configure Mon Oct 11 15:12:52 1999
+@@ -5342 +5342 @@
+- QT_CFLAGS="-I${QTDIR}/include/qt"
++ QT_CFLAGS="-I${QTDIR}/include/X11/qt"
OpenPOWER on IntegriCloud