diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
commit | 7d48260effbe5918b5e299173d49134f71a7a5f5 (patch) | |
tree | 03bcaa0a7a269e086e0a824cc5834cba5be0148d /multimedia/gstreamer80/files/patch-configure | |
parent | 5cf584c5931d71f29c1a616e77874d93372c28cb (diff) | |
download | marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.bz2 marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.lz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.xz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer80/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure deleted file mode 100644 index 672c3d317..000000000 --- a/multimedia/gstreamer80/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Fri Jun 4 18:19:18 2004 -+++ configure Fri Jun 4 18:20:27 2004 -@@ -21877,7 +21877,7 @@ - - - EXP_VAR=LOCALEDIR -- FROM_VAR=$datadir/locale -+ FROM_VAR=$prefix/share/locale - - prefix_save=$prefix - exec_prefix_save=$exec_prefix -@@ -21981,7 +21981,7 @@ - echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6 - - save_CFLAGS="$CFLAGS" -- CFLAGS="$CFLAGS -Werror" -+ CFLAGS="$CFLAGS" - - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -22031,7 +22031,7 @@ - CFLAGS="$save_CFLAGS" - - if test "X$flag_ok" = Xyes ; then -- GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror" -+ GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS" - true - else - |