summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-10-22 07:54:15 +0000
committeragc <agc@pkgsrc.org>1999-10-22 07:54:15 +0000
commitb16573760c166e79ed8c2ea598c501b045a102db (patch)
tree00b51945af14f80981686612b81c0827fd5caf48 /x11/gnome-libs
parent1139b30529a9263a362f65eed3d7d4e0cd85be0c (diff)
downloadpkgsrc-b16573760c166e79ed8c2ea598c501b045a102db.tar.gz
Enable packages (which were marked as broken on the NetBSD/alpha
because gtk wouldn't build) to build on Alpha, since Tim Rightnour tells me that gtk now builds fine on NetBSD/lpha.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 7d6d3e84d15..5c58c6776a2 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 1999/10/07 17:42:00 tron Exp $
+# $NetBSD: Makefile,v 1.33 1999/10/22 07:54:17 agc Exp $
#
DISTNAME= gnome-libs-1.0.16
@@ -12,8 +12,6 @@ DEPENDS+= ORBit-0.4.3:../../corba/ORBit
DEPENDS+= imlib-1.9.4:../../graphics/imlib
DEPENDS+= xpm-3.4k:../../graphics/xpm
-NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
@@ -29,6 +27,19 @@ LOCALSTATEDIR= /var/gnome
PLIST_SRC= ${WRKDIR}/PLIST
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+DEPENDS+= db-*:../../databases/db
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db2"
+
+pre-configure:
+ ${MV} ${WRKSRC}/configure ${WRKSRC}/configure-pre-db-sub && \
+ ${SED} -e 's|-ldb|-ldb2|g' ${WRKSRC}/configure-pre-db-sub > ${WRKSRC}/configure && \
+ ${CHMOD} 0755 ${WRKSRC}/configure
+.endif
+
pre-build:
(cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h)