diff options
Diffstat (limited to 'www/mozilla-devel/files')
-rw-r--r-- | www/mozilla-devel/files/patch-mi | 15 | ||||
-rw-r--r-- | www/mozilla-devel/files/patch-qt | 8 |
2 files changed, 0 insertions, 23 deletions
diff --git a/www/mozilla-devel/files/patch-mi b/www/mozilla-devel/files/patch-mi deleted file mode 100644 index 51da7ba70d69..000000000000 --- a/www/mozilla-devel/files/patch-mi +++ /dev/null @@ -1,15 +0,0 @@ -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/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt deleted file mode 100644 index 352c6117ddc3..000000000000 --- a/www/mozilla-devel/files/patch-qt +++ /dev/null @@ -1,8 +0,0 @@ -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" |