summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ab
diff options
context:
space:
mode:
authorfvdl <fvdl>1998-11-09 01:25:12 +0000
committerfvdl <fvdl>1998-11-09 01:25:12 +0000
commitb7f1b9a7e8d9f21c03b388bcb260a8c6d359b253 (patch)
tree633cff4543a0cee947b14ab434bae7b66d3befd1 /www/mozilla/patches/patch-ab
parent1b98173a307ffa8a96f90bee78f85aae9c9bb283 (diff)
downloadpkgsrc-b7f1b9a7e8d9f21c03b388bcb260a8c6d359b253.tar.gz
Update to 19981008 version. Keep the .so files at 1.0, bumping the major
(which is currently unused) to work around linker semantics isn't quite right, since, for example, libjpeg might also conflict, not just libutil, etc. Just always link in the mozilla libutil statically for now (it's tiny). Package needs to be updated to use the pkg libz and libjpeg in stead of the private copied sometime. Note that this version has a non-functional URL Bar, File->Open Page must be used. This is fixed in mozilla-current, but we can't create a package for this. Still, this version fixes a lot of other problems.
Diffstat (limited to 'www/mozilla/patches/patch-ab')
-rw-r--r--www/mozilla/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab
deleted file mode 100644
index cf7271d8ace..00000000000
--- a/www/mozilla/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/09/15 16:47:10 tv Exp $
-
---- cmd/xfe/Makefile.orig Tue Jul 28 00:48:28 1998
-+++ cmd/xfe/Makefile Wed Sep 9 19:18:30 1998
-@@ -604,6 +604,15 @@
- endif
-
- ########################################
-+# NetBSD
-+ifeq ($(OS_ARCH),NetBSD)
-+ifdef LIBRUNPATH
-+OS_LIBS += -R$(LIBRUNPATH)
-+endif
-+OTHER_LIBS = -L/usr/X11R6/lib -lXm -lXt -lXmu -lXext -lX11 -lSM -lICE -lm $(OS_LIBS)
-+endif
-+
-+########################################
- # BSDI
- ifeq ($(OS_ARCH),BSD_OS)
- OTHER_LIBS = $(MOTIF)/libXm.a $(LOC_LIB_DIR)/libXt.a $(X11R6LIBS) $(LOC_LIB_DIR)/libXmu.a \