]> granicus.if.org Git - handbrake/commitdiff
bugfix branch: Forgotten part of portability patches
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 7 Jul 2012 00:16:13 +0000 (00:16 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 7 Jul 2012 00:16:13 +0000 (00:16 +0000)
This should have been committed with 4728
Thanks to RogĂ©rio Theodoro de Brito and Pino Toscano for contributing

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4816 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/variant/gnu.defs [new file with mode: 0644]
make/variant/kfreebsd.defs [new file with mode: 0644]

diff --git a/make/variant/gnu.defs b/make/variant/gnu.defs
new file mode 100644 (file)
index 0000000..c703272
--- /dev/null
@@ -0,0 +1,11 @@
+TARGET.dylib.ext = .so
+
+GCC.start      = 1
+GCC.end        = 1
+GCC.args.dylib = -shared
+GCC.args.pic   = 1
+
+GCC.args.g.none = -g0
+GCC.args.g.min  = -g1
+GCC.args.g.std  = -g2
+GCC.args.g.max  = -g3
diff --git a/make/variant/kfreebsd.defs b/make/variant/kfreebsd.defs
new file mode 100644 (file)
index 0000000..c703272
--- /dev/null
@@ -0,0 +1,11 @@
+TARGET.dylib.ext = .so
+
+GCC.start      = 1
+GCC.end        = 1
+GCC.args.dylib = -shared
+GCC.args.pic   = 1
+
+GCC.args.g.none = -g0
+GCC.args.g.min  = -g1
+GCC.args.g.std  = -g2
+GCC.args.g.max  = -g3