diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-13 19:14:04 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-13 19:14:04 +0000 |
commit | 3462902bc008d5378a550092593321723a501051 (patch) | |
tree | d3ad91b5313f0ffd0b4b6892b330964f113b932a /audio/vorbis-tools | |
parent | f58a7aa345d123a2f62baf941e2b3ac361901f5e (diff) | |
download | ports-3462902bc008d5378a550092593321723a501051.tar.gz ports-3462902bc008d5378a550092593321723a501051.zip |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 1ca246d5bf91..1deaf41403d5 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -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: |