pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix build with pkgsrc's gcc (seen in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3e3882a89b8
branches:  trunk
changeset: 537873:a3e3882a89b8
user:      hira <hira%pkgsrc.org@localhost>
date:      Fri Jan 18 22:31:41 2008 +0000

description:
Fix build with pkgsrc's gcc (seen in bulk build).

diffstat:

 misc/openoffice2/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 5f085141bd56 -r a3e3882a89b8 misc/openoffice2/Makefile
--- a/misc/openoffice2/Makefile Fri Jan 18 21:30:04 2008 +0000
+++ b/misc/openoffice2/Makefile Fri Jan 18 22:31:41 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/01/18 05:08:36 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2008/01/18 22:31:41 hira Exp $
 #
 
 OO_VER=                        2.3.1
@@ -35,6 +35,8 @@
 GCC_REQD+=             3.4
 USE_LANGUAGES+=                c c++
 
+.include "../../mk/compiler.mk"
+
 USE_TOOLS+=            bash gmake imake perl pkg-config tar
 PTHREAD_OPTS+=         require
 PTHREAD_AUTO_VARS=     yes
@@ -208,6 +210,5 @@
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/compiler.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index