diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 21:16:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 21:16:50 +0000 |
commit | 28763c53da7dea60ab2139d274f838e1cb51729a (patch) | |
tree | 04d6af7df663f8a3d61922faeb6c05fa195ab297 /www | |
parent | 9a08eed3e6b94b0bd0e515d6a0d26ca1061203eb (diff) | |
download | ports-28763c53da7dea60ab2139d274f838e1cb51729a.tar.gz ports-28763c53da7dea60ab2139d274f838e1cb51729a.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp | 11 | ||||
-rw-r--r-- | www/galeon2/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp | 11 |
4 files changed, 2 insertions, 24 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 1e2af244caa9..0372f5ffd66b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -35,7 +35,7 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view \ - --with-mozilla-snapshot="1.0.1" + --with-mozilla-snapshot="trunk" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp deleted file mode 100644 index d0aa0aaaaea7..000000000000 --- a/www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mozilla/GaleonWrapper.cpp.orig Wed Sep 11 16:59:41 2002 -+++ src/mozilla/GaleonWrapper.cpp Wed Sep 11 17:00:49 2002 -@@ -182,7 +182,7 @@ - } - else - { --#if MOZILLA_SNAPSHOT > 1 -+#if MOZILLA_SNAPSHOT >= 1 - result = print->PrintPreview(options, nsnull, nsnull); - #else - result = print->PrintPreview(options); diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 1e2af244caa9..0372f5ffd66b 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -35,7 +35,7 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view \ - --with-mozilla-snapshot="1.0.1" + --with-mozilla-snapshot="trunk" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp b/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp deleted file mode 100644 index d0aa0aaaaea7..000000000000 --- a/www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mozilla/GaleonWrapper.cpp.orig Wed Sep 11 16:59:41 2002 -+++ src/mozilla/GaleonWrapper.cpp Wed Sep 11 17:00:49 2002 -@@ -182,7 +182,7 @@ - } - else - { --#if MOZILLA_SNAPSHOT > 1 -+#if MOZILLA_SNAPSHOT >= 1 - result = print->PrintPreview(options, nsnull, nsnull); - #else - result = print->PrintPreview(options); |