From owner-freebsd-commit Mon May 29 05:47:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA27001 for commit-outgoing; Mon, 29 May 1995 05:47:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA26989 for cvs-ports-outgoing; Mon, 29 May 1995 05:47:32 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA26979 ; Mon, 29 May 1995 05:47:29 -0700 Date: Mon, 29 May 1995 05:47:29 -0700 From: Satoshi Asami Message-Id: <199505291247.FAA26979@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/x11/iv/patches patch-ad Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/05/29 05:47:28 Modified: x11/iv Makefile Log: Make it fetch. Added: x11/iv/patches patch-ad Log: Make it compile. Well, almost. ibuild and idraw get a lot of undefined symbol messages, they seem to be missing the prefix "iv" in the library (src/lib/IV/FREEBSD/libIV.a). It probably has something to do with #define _lib_iv(name) iv##name in src/include/InterViews/iv.h, but I can't figure out for my life how this entangled spaghetti of include files manage to compile without swallowing their tails.... Submitted by: Lucas James