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:
parent
f58a7aa345
commit
3462902bc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35099
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user