From 28763c53da7dea60ab2139d274f838e1cb51729a Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 11 Sep 2002 21:16:50 +0000 Subject: Bah, fix the build in a cleaner way. --- www/galeon2/Makefile | 2 +- www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp (limited to 'www/galeon2') 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); -- cgit v1.2.3