1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build error, requested by the port maintainer

PR:		ports/22603
This commit is contained in:
Roger Hardiman 2000-11-13 19:14:04 +00:00
parent f58a7aa345
commit 3462902bc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35099

View File

@ -32,7 +32,7 @@ MAN1= ogg123.1
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: