summaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-04-03 20:44:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-04-03 20:44:17 +0000
commit134c459abefd4f9b6eb106f8fd0fe2c36c5a0b4d (patch)
treefcaf5ea3e49f6e4ddcc06a69a79735d766ea7dcb /multimedia/transcode
parentUpdate to the 2002-04-02 snapshot of what will be version 5.2. (diff)
Fixed:
transcode's configure doesn't find libdv because it fails to link in -ldl. Enclosed is a new patch-ag. Also, the port's Makefile has a couple of typos PR: 36703 Submitted by: mreimer@vpop.net
Notes
Notes: svn path=/head/; revision=57273
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile8
-rw-r--r--multimedia/transcode/files/patch-ag15
2 files changed, 17 insertions, 6 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index d8b16fb2fafe..6a9a377c50a8 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -68,10 +68,10 @@ pre-extract:
.endif
.if !defined(WITH_LIBA52)
@${ECHO_MSG}
- @${ECHO_MSG} "You can enable liba52 support by defining WITH_LIBDV"
+ @${ECHO_MSG} "You can enable liba52 support by defining WITH_LIBA52"
.else
@${ECHO_MSG}
- @${ECHO_MSG} "You enabled liba52 support by defining WITH_LIBDV"
+ @${ECHO_MSG} "You enabled liba52 support by defining WITH_LIBA52"
.endif
.if defined(WITHOUT_AVIFILE)
@${ECHO_MSG}
@@ -83,10 +83,10 @@ pre-extract:
.if !defined(WITH_NASM)
@${ECHO_MSG}
- @${ECHO_MSG} "You can enable the nasm dependent moduley by defining WITH_NASM"
+ @${ECHO_MSG} "You can enable the nasm dependent modules by defining WITH_NASM"
.else
@${ECHO_MSG}
- @${ECHO_MSG} "You enabled nsdm support by defining WITH_NASM"
+ @${ECHO_MSG} "You enabled nasm support by defining WITH_NASM"
.endif(WITH_NASM)
.include <bsd.port.mk>
diff --git a/multimedia/transcode/files/patch-ag b/multimedia/transcode/files/patch-ag
index 3f0ed431d26e..7249bc006a19 100644
--- a/multimedia/transcode/files/patch-ag
+++ b/multimedia/transcode/files/patch-ag
@@ -1,5 +1,16 @@
---- configure.org Tue Dec 18 18:12:10 2001
-+++ configure Tue Dec 18 18:12:31 2001
+--- configure Thu Dec 13 13:17:56 2001
++++ configure Wed Apr 3 12:42:10 2002
+@@ -10724,8 +10724,8 @@
+ dv_libs=""
+ fi;
+
+-EXTRA_LIBS="$LIBS $GLIB_LIBS -ldl -lm"
+-DV_EXTRA_LIBS="$GLIB_LIBS -ldl -lm"
++EXTRA_LIBS="$LIBS $GLIB_LIBS -lm"
++DV_EXTRA_LIBS="$GLIB_LIBS -lm"
+
+ if test x$with_dv = "x"yes ; then
+
@@ -10747,7 +10747,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else