aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gavl/files
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-01-03 11:32:44 +0800
committermezz <mezz@FreeBSD.org>2007-01-03 11:32:44 +0800
commit6ff84b18d181522e7df04d865f27253eb8fbc5d4 (patch)
tree0daf6f7236e28ffb5133df4fdbb9e3a70c77e8bd /multimedia/gavl/files
parent8869c6ec4dd52fc1e65c3476089f935663e3f388 (diff)
downloadfreebsd-ports-gnome-6ff84b18d181522e7df04d865f27253eb8fbc5d4.tar.gz
freebsd-ports-gnome-6ff84b18d181522e7df04d865f27253eb8fbc5d4.tar.zst
freebsd-ports-gnome-6ff84b18d181522e7df04d865f27253eb8fbc5d4.zip
-Update to 0.2.5.
-INSTALLS_SHLIB -> USE_LDCONFIG.
Diffstat (limited to 'multimedia/gavl/files')
-rw-r--r--multimedia/gavl/files/patch-configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/gavl/files/patch-configure b/multimedia/gavl/files/patch-configure
deleted file mode 100644
index 1aa3793899b1..000000000000
--- a/multimedia/gavl/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.orig Sun Aug 29 20:18:38 2004
-+++ configure Sun Aug 29 20:19:38 2004
-@@ -19009,15 +19009,6 @@
- else
- :
- fi
--
-- case "$host_cpu" in
-- i386) TRY_CFLAGS="$OPT_CFLAGS -mcpu=i386";;
-- i486) TRY_CFLAGS="$OPT_CFLAGS -mcpu=i486";;
-- i586) TRY_CFLAGS="$OPT_CFLAGS -mcpu=pentium"; CPU_PENTIUM=true ;;
-- i686) TRY_CFLAGS="$OPT_CFLAGS -mcpu=pentiumpro"; CPU_PENTIUM=true ;;
-- k6) TRY_CFLAGS="$OPT_CFLAGS -mcpu=k6"; CPU_PENTIUM=true ;;
-- sparc) TRY_CFLAGS="$OPT_CFLAGS -mcpu=ultrasparc -mvis";;
-- esac
- echo "$as_me:$LINENO: checking if $CC supports $TRY_CFLAGS flags" >&5
- echo $ECHO_N "checking if $CC supports $TRY_CFLAGS flags... $ECHO_C" >&6
- SAVE_CFLAGS="$CFLAGS"