summaryrefslogtreecommitdiff
path: root/net-print/libinklevel/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-print/libinklevel/files
reinit the tree, so we can have metadata
Diffstat (limited to 'net-print/libinklevel/files')
-rw-r--r--net-print/libinklevel/files/libinklevel-0.8.0-automagicdebug.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-print/libinklevel/files/libinklevel-0.8.0-automagicdebug.patch b/net-print/libinklevel/files/libinklevel-0.8.0-automagicdebug.patch
new file mode 100644
index 000000000000..68af9e102f9d
--- /dev/null
+++ b/net-print/libinklevel/files/libinklevel-0.8.0-automagicdebug.patch
@@ -0,0 +1,20 @@
+--- configure.in 2010-03-28 22:11:26.000000000 +0300
++++ configure.in.fixed 2010-03-28 22:18:14.000000000 +0300
+@@ -16,9 +16,14 @@
+
+ ## Determine hostname & OS
+ ## AC_CANONICAL_HOST
+-
+-AC_ARG_ENABLE([debug], [ --enable-debug enable debugging output],
+- AC_DEFINE(DEBUG, 1, [enable debugging output]))
++AC_ARG_ENABLE(debug,
++ [ --enable-debug Enable debugging output if available (default=no)],
++ [ case "${enableval}" in
++ yes|"") enabled=yes; AC_DEFINE(DEBUG, 1, [enable debugging output]) ;;
++ no) ;;
++ *) ;;
++ esac],
++)
+
+ ## Check for programs
+ ## we want libtool to build our libs