1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Bah, fix the build in a cleaner way.

This commit is contained in:
Joe Marcus Clarke 2002-09-11 21:16:50 +00:00
parent 9a08eed3e6
commit 28763c53da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66173
4 changed files with 2 additions and 24 deletions

View File

@ -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}

View File

@ -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);

View File

@ -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}

View File

@ -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);