unbreak build

fix WANTLIB
bump PKGNAME
This commit is contained in:
sturm 2008-09-28 10:10:30 +00:00
parent c37c1dfd1c
commit 9c83ce535b
2 changed files with 15 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2008/06/02 17:58:23 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2008/09/28 10:10:30 sturm Exp $
COMMENT= GNOME display manager
GNOME_PROJECT= gdm
GNOME_VERSION= 2.20.2
PKGNAME= ${DISTNAME}p6
PKGNAME= ${DISTNAME}p7
HOMEPAGE= http://www.gnome.org/projects/gdm/
@ -18,7 +18,7 @@ WANTLIB= ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
bz2 c cairo croco-0.6 crypto dbus-1 dbus-glib-1 dmx \
expat fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
gnomecanvas-2 gnomevfs-2 gobject-2.0 gsf-1 gthread-2.0 \
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png pthread ssl util xml2 z

View File

@ -1,7 +1,15 @@
$OpenBSD: patch-gui_gdmsetup_c,v 1.4 2007/11/27 20:26:13 jasper Exp $
--- gui/gdmsetup.c.orig Mon Oct 15 23:42:40 2007
+++ gui/gdmsetup.c Sat Oct 27 17:09:35 2007
@@ -5468,7 +5468,7 @@ install_theme_file (gchar *filename, GtkListStore *sto
$OpenBSD: patch-gui_gdmsetup_c,v 1.5 2008/09/28 10:10:30 sturm Exp $
--- gui/gdmsetup.c.orig Mon Nov 26 16:11:04 2007
+++ gui/gdmsetup.c Sun Sep 28 03:48:54 2008
@@ -26,7 +26,6 @@
#include <string.h>
#include <unistd.h>
#include <signal.h>
-#include <popt.h>
#include <ctype.h>
#include <sys/socket.h>
#include <sys/types.h>
@@ -5468,7 +5467,7 @@ install_theme_file (gchar *filename, GtkListStore *sto
/* HACK! */
argv[0] = chown;
argv[1] = "-R";