From a4d472cf5fa96a1c98b01dc0f1de0e7eafaa8dd2 Mon Sep 17 00:00:00 2001 From: Johann Visagie Date: Mon, 25 Mar 2002 10:18:19 +0000 Subject: - Recent changes to the ORBit port caused a build error, which highlighted a deficiency in orbit-python's Makefile structure: it's not sufficiently inclusive w.r.t actually using *_CFLAGS generated by various test programs called from its own configure script. Added a patch to fix this. - (It's also not very good about using generated *_LIBS, which may cause future problems.) - No PORTREVISION bump; this is a build-time problem. PR: 36278 Submitted by: Christopher Farley --- devel/py-orbit/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'devel/py-orbit/Makefile') diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 3579416997cc..10d8fbdf4d81 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -23,6 +23,4 @@ USE_GLIB= yes GNU_CONFIGURE= yes USE_PYTHON= yes -CFLAGS+= -I${LOCALBASE}/include - .include -- cgit v1.2.3