summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2000-11-13 19:14:04 +0000
committerroger <roger@FreeBSD.org>2000-11-13 19:14:04 +0000
commitdc1712bf45983cecc884aea5de333eb6d7ccfaa3 (patch)
tree0d6603c61390d1d41c96496f537f1c6a2eb3da16
parent47db8a6f0b0df1c4c428eb204bbb32eda731dfb7 (diff)
downloadFreeBSD-ports-dc1712bf45983cecc884aea5de333eb6d7ccfaa3.zip
FreeBSD-ports-dc1712bf45983cecc884aea5de333eb6d7ccfaa3.tar.gz
Fix build error, requested by the port maintainer
PR: ports/22603
-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 1ca246d..1deaf41 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:
OpenPOWER on IntegriCloud