diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-06 13:29:53 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-06 13:29:53 +0800 |
commit | 1f11cf9b3381ec7096985874b51bc444c81c60dd (patch) | |
tree | 69bc04623f80c888991dc57fe71be31813d42bde /www | |
parent | 84429f28e828f2d4eebd16a8e6d61225129913ce (diff) | |
download | freebsd-ports-gnome-1f11cf9b3381ec7096985874b51bc444c81c60dd.tar.gz freebsd-ports-gnome-1f11cf9b3381ec7096985874b51bc444c81c60dd.tar.zst freebsd-ports-gnome-1f11cf9b3381ec7096985874b51bc444c81c60dd.zip |
Fix the build if ${LOCALBASE}/include/base64.h exists from other ports or
unoffical stuff installed.
Reported by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/files/patch-security-coreconf-FreeBSD.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www/firefox3/files/patch-security-coreconf-FreeBSD.mk b/www/firefox3/files/patch-security-coreconf-FreeBSD.mk index 0f7a04a0279f..c4ed8e5ba533 100644 --- a/www/firefox3/files/patch-security-coreconf-FreeBSD.mk +++ b/www/firefox3/files/patch-security-coreconf-FreeBSD.mk @@ -1,5 +1,5 @@ ---- security/coreconf/FreeBSD.mk.orig Mon Sep 25 18:26:23 2006 -+++ security/coreconf/FreeBSD.mk Mon Sep 25 18:27:03 2006 +--- security/coreconf/FreeBSD.mk.orig 2008-07-06 00:10:00.000000000 -0500 ++++ security/coreconf/FreeBSD.mk 2008-07-06 00:12:34.000000000 -0500 @@ -45,8 +45,12 @@ ifeq ($(OS_TEST),alpha) CPU_ARCH = alpha @@ -11,7 +11,7 @@ endif +endif - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK + OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK @@ -73,7 +77,7 @@ DLL_SUFFIX = so.1.0 @@ -22,3 +22,9 @@ ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif +@@ -82,4 +86,4 @@ + + G++INCLUDES = -I/usr/include/g++ + +-INCLUDES += -I/usr/X11R6/include ++#INCLUDES += -I/usr/X11R6/include |