Date: Sat, 4 Nov 2000 15:20:02 -0800 (PST) From: Theo van Klaveren <t.vanklaveren@student.utwente.nl> To: freebsd-ports@FreeBSD.org Subject: Re: ports/22603: vorbis-tools depends on libgnugetopt Message-ID: <200011042320.PAA26386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22603; it has been noted by GNATS. From: Theo van Klaveren <t.vanklaveren@student.utwente.nl> 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 <t.vanklaveren@student.utwente.nl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011042320.PAA26386>