Update to use gtk version 1.2.3.
PR: 11846 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
parent
67c0e8c5d9
commit
7c8c1c11f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19067
@ -3,7 +3,7 @@
|
||||
# Date created: Tue Nov 17 13:51:11 CET 1998
|
||||
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/11/19 17:00:26 vanilla Exp $
|
||||
# $Id: Makefile,v 1.2 1999/01/08 14:18:42 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtkfig-0.6.0
|
||||
@ -13,10 +13,12 @@ MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
|
||||
GTK_CONFIG=${X11BASE}/bin/gtk11-config
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
graphics/gtkfig/files/patch-aa
Normal file
10
graphics/gtkfig/files/patch-aa
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/group.h.orig Mon May 10 01:51:36 1999
|
||||
+++ src/group.h Mon May 10 01:51:57 1999
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef GTKFIG_GROUP_H
|
||||
#define GTKFIG_GROUP_H
|
||||
|
||||
+#include <gtk/gtkcompat.h>
|
||||
#include "rectangleobject.h"
|
||||
|
||||
/*
|
Loading…
Reference in New Issue
Block a user