aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-11-13 19:14:04 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-11-13 19:14:04 +0000
commit3462902bc008d5378a550092593321723a501051 (patch)
treed3ad91b5313f0ffd0b4b6892b330964f113b932a /audio/vorbis-tools
parentf58a7aa345d123a2f62baf941e2b3ac361901f5e (diff)
downloadports-3462902bc008d5378a550092593321723a501051.tar.gz
ports-3462902bc008d5378a550092593321723a501051.zip
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/Makefile2
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: