]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- vlc-config.in.in change to add -I/usr/include/ncurses and -lpostproc
authormguevara <mguevara@pld-linux.org>
Thu, 14 Oct 2004 19:21:32 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to the cflags/ldflags respectively - needed for vlc-0.7.2-1

Changed files:
    vlc-buildflags.patch -> 1.1

vlc-buildflags.patch [new file with mode: 0644]

diff --git a/vlc-buildflags.patch b/vlc-buildflags.patch
new file mode 100644 (file)
index 0000000..8e45602
--- /dev/null
@@ -0,0 +1,15 @@
+--- vlc-config.in.in.orig      2004-10-14 12:37:30.795197390 +0200
++++ vlc-config.in.in   2004-10-14 12:38:42.448875646 +0200
+@@ -14,10 +14,10 @@
+ builtins="@BUILTINS@"
+ cppflags=""
+-cflags=""
++cflags="-I/usr/include/ncurses"
+ cxxflags=""
+ objcflags=""
+-ldflags=""
++ldflags="-lpostproc"
+ cflags_tuning="@CFLAGS_TUNING@"
+ cflags_optim="@CFLAGS_OPTIM@"
This page took 0.137927 seconds and 4 git commands to generate.