View | Details | Raw Unified | Return to bug 167346
Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 92-98 Link Here
92
USE_OPENSSL=	yes
92
USE_OPENSSL=	yes
93
WANT_GNOME=	yes
93
WANT_GNOME=	yes
94
WANT_PGSQL_VER=	90+
94
WANT_PGSQL_VER=	90+
95
USE_PGSQL=	yes
96
95
97
USE_XORG=	xaw xrandr
96
USE_XORG=	xaw xrandr
98
USE_GL=		gl glu
97
USE_GL=		gl glu
Lines 109-115 Link Here
109
		MMEDIA	"Enable multimedia backend for impress" off \
108
		MMEDIA	"Enable multimedia backend for impress" off \
110
		SDK	"Build with SDK" off \
109
		SDK	"Build with SDK" off \
111
		SVG	"Enable SVG support" on \
110
		SVG	"Enable SVG support" on \
112
		DEBUG	"Build with debug symbols and verbose output" off
111
		DEBUG	"Build with debug symbols and verbose output" off \
112
		PGSQL	"Build with PostgreSQL-SDBC driver" off
113
113
114
CONFIGURE_ENV=		GPERF=${LOCALBASE}/bin/gperf \
114
CONFIGURE_ENV=		GPERF=${LOCALBASE}/bin/gperf \
115
			DMAKE=${LOCALBASE}/bin/dmake \
115
			DMAKE=${LOCALBASE}/bin/dmake \
Lines 290-295 Link Here
290
CONFIGURE_ARGS+=	--disable-gconf --disable-lockdown
290
CONFIGURE_ARGS+=	--disable-gconf --disable-lockdown
291
.endif
291
.endif
292
292
293
.if defined(WITH_PGSQL)
294
USE_PGSQL=	yes
295
.else
296
CONFIGURE_ARGS+=	--disable-postgresql-sdbc
297
.endif
298
293
.if defined(WITH_JAVA)
299
.if defined(WITH_JAVA)
294
#additionnal distfiles needed for java
300
#additionnal distfiles needed for java
295
DISTFILES+=	798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:GoOOSrc \
301
DISTFILES+=	798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:GoOOSrc \

Return to bug 167346