Give it a chance to build with Gtk 2.14.
note: i hate those ports defining GTK_DISABLE_DEPRECATED and not respecting it...
This commit is contained in:
parent
7f15a74b52
commit
69043201b4
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/06/08 16:04:18 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/11/18 13:06:46 landry Exp $
|
||||
|
||||
COMMENT= GTK-based BDF font editor
|
||||
|
||||
DISTNAME= gbdfed-1.4
|
||||
CATEGORIES= x11
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
HOMEPAGE= http://www.math.nmsu.edu/~mleisher/Software/gbdfed/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
13
x11/gbdfed/patches/patch-Makefile_in
Normal file
13
x11/gbdfed/patches/patch-Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2008/11/18 13:06:46 landry Exp $
|
||||
--- Makefile.in.orig Tue Nov 18 13:59:41 2008
|
||||
+++ Makefile.in Tue Nov 18 13:59:49 2008
|
||||
@@ -28,8 +28,7 @@ CC = @CC@
|
||||
CFLAGS = @XX_CFLAGS@ @CFLAGS@
|
||||
|
||||
DEFINES = @DEFINES@ -DG_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
|
||||
- -DGTK_DISABLE_DEPRECATED
|
||||
+ -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
|
||||
|
||||
SRCS = bdf.c \
|
||||
bdfcons.c \
|
Loading…
Reference in New Issue
Block a user