summaryrefslogtreecommitdiff
path: root/archivers/dar/patches
diff options
context:
space:
mode:
authoradam <adam>2006-05-26 10:10:08 +0000
committeradam <adam>2006-05-26 10:10:08 +0000
commitc1293d5945cb585ceacc46c5bfee91b33d085ab8 (patch)
treec735c8ea53582aa191969a68bdde279b05c01a5d /archivers/dar/patches
parent590afc48bd14eadd9f61530bfa7f00b6ef36a074 (diff)
downloadpkgsrc-c1293d5945cb585ceacc46c5bfee91b33d085ab8.tar.gz
Changes 2.3.0:
- added user_interaction::pause2() method - added the snapshot feature - added the Cache Directory Tagging detection feature - adapted Wesley's patch for a pkgconfig for libdar - more...
Diffstat (limited to 'archivers/dar/patches')
-rw-r--r--archivers/dar/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/archivers/dar/patches/patch-ac b/archivers/dar/patches/patch-ac
deleted file mode 100644
index 468e729c278..00000000000
--- a/archivers/dar/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2006/05/07 05:01:29 minskim Exp $
-
---- configure.orig 2005-05-10 03:43:19.000000000 -0700
-+++ configure
-@@ -9874,7 +9874,7 @@ int
- main ()
- {
- bindtextdomain ("", "");
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
- ;
- return 0;
- }
-@@ -10320,7 +10320,7 @@ int
- main ()
- {
- bindtextdomain ("", "");
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
-+return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ()
- ;
- return 0;
- }