diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-09-14 09:56:09 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-09-14 09:56:09 +0000 |
commit | 63dcec2a01d0319828b5db86dc1cbbc758b763a9 (patch) | |
tree | 86e488992e6b796ecbecf51fd402ec8b54489390 /multimedia/vlc/files/patch-configure | |
parent | Fix segfault on Alpha platform. (diff) |
unbreak package at bento(i386/RELENG_4):
o get rid of hardcoded CONFIGURE_TARGET from pkg-plist.
o utilize USE_SDL as pkg-plist includes its modules.
o utilize USE_GETOPT_LONG as configure detects libgnugetopt.
o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE.
o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others.
o and add number of modules built accordingly.
o then sort pkg-plist.
Notes
Notes:
svn path=/head/; revision=88979
Diffstat (limited to 'multimedia/vlc/files/patch-configure')
-rw-r--r-- | multimedia/vlc/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/multimedia/vlc/files/patch-configure b/multimedia/vlc/files/patch-configure index 54bebea7aed0..2751c0139c98 100644 --- a/multimedia/vlc/files/patch-configure +++ b/multimedia/vlc/files/patch-configure @@ -1,6 +1,14 @@ ---- configure.orig Mon Jun 30 18:06:22 2003 -+++ configure Mon Jun 30 18:07:02 2003 -@@ -14017,7 +14017,7 @@ +--- configure.orig Mon Jun 23 04:24:14 2003 ++++ configure Fri Sep 12 14:30:22 2003 +@@ -4501,7 +4501,6 @@ + ;; + *bsd*) + SYS="${target_os}" +- CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}" + ;; + darwin*) + SYS=darwin +@@ -14017,7 +14016,7 @@ fi |