updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / gibak / OMakefile.patch
blob54a2606200ff43971a2b6d23bc39bd16b60eb93e
1 --- OMakefile.orig 2008-03-30 17:12:39.000000000 +0200
2 +++ OMakefile 2008-07-08 13:02:05.000000000 +0200
3 @@ -2,12 +2,12 @@
4 # Include path for the caml headers <caml/mlvalues.h> and friends.
5 # You might need something this if you have installed OCaml manually or via
6 # something like macports:
7 -#INCLUDES += /opt/local/lib/ocaml
8 +INCLUDES += /usr/lib/ocaml
10 # Uncomment one of the following if you want support for extended attributes,
11 # depending on your OS:
12 #CFLAGS = -DHAVE_OSX_XATTR
13 -#CFLAGS = -DHAVE_LINUX_XATTR
14 +CFLAGS = -DHAVE_LINUX_XATTR
16 # This might be needed if you are using -DHAVE_LINUX_XATTR and are using an
17 # older version of glibc, to link against libattr1.