From owner-freebsd-ports Sat Nov 4 15:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2B037B4C5 for ; Sat, 4 Nov 2000 15:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA26386; Sat, 4 Nov 2000 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Nov 2000 15:20:02 -0800 (PST) Message-Id: <200011042320.PAA26386@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Theo van Klaveren Subject: Re: ports/22603: vorbis-tools depends on libgnugetopt Reply-To: Theo van Klaveren Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22603; it has been noted by GNATS. From: Theo van Klaveren To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/22603: vorbis-tools depends on libgnugetopt Date: Sun, 5 Nov 2000 00:17:21 +0100 Gnugetopt is included and compiled, it just couldn't find a header because I appearantly had gnugetopt installed when making this port. Fix: --- Makefile.old Sun Nov 5 00:11:17 2000 +++ Makefile Sun Nov 5 00:16:43 2000 @@ -32,7 +32,7 @@ post-build: # This is probably evil, and should be in a Makefile. cd ${WRKSRC}/oggenc && ${CC} ${CFLAGS} -c getopt1.c - cd ${WRKSRC}/ogg123 && ${CC} ${CFLAGS} -c ogg123.c -I${LOCALBASE}/include + cd ${WRKSRC}/ogg123 && ${CC} ${CFLAGS} -c ogg123.c -I../oggenc -I${LOCALBASE}/include cd ${WRKSRC}/ogg123 && ${CC} ${LDFLAGS} -o ogg123 ogg123.o ../oggenc/getopt.o ../oggenc/getopt1.o -L${LOCALBASE}/lib -logg -lvorbis -lao -lvorbisfile post-install: -- Theo van Klaveren http://home.student.utwente.nl/t.vanklaveren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message