diff options
author | alex <alex@FreeBSD.org> | 2000-10-14 16:20:52 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-10-14 16:20:52 +0000 |
commit | ff3c2ba3bf98108c52d679e723706e0a7a22426f (patch) | |
tree | 672b4b7ebd5620624fbb172e8a7d5bca94d009af /multimedia/xine/files | |
parent | 02c9d77fdc0a1db40631417a95623037e908ebd0 (diff) | |
download | FreeBSD-ports-ff3c2ba3bf98108c52d679e723706e0a7a22426f.zip FreeBSD-ports-ff3c2ba3bf98108c52d679e723706e0a7a22426f.tar.gz |
Improve port:
- add PKGMESSAGE, so that everyone raises shared memory.
- patch configure
PORTREVISION NOT bumped since the last commit was only some hours ago.
PR: 21669
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'multimedia/xine/files')
-rw-r--r-- | multimedia/xine/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xine/files/patch-configure b/multimedia/xine/files/patch-configure new file mode 100644 index 0000000..727b498 --- /dev/null +++ b/multimedia/xine/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Oct 10 07:57:35 2000 ++++ configure Sat Oct 14 18:10:35 2000 +@@ -3566,7 +3566,7 @@ + *) echo "$host is not currently supported by xine"; exit 1;; + esac + +- GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wall -O3 -fomit-frame-pointer -static -funroll-loops -finline-functions" ++ GLOBAL_CFLAGS="$GLOBAL_CFLAGS $CFLAGS -Wall -fomit-frame-pointer -static -funroll-loops -finline-functions" + ;; + esac + |