View | Details | Raw Unified | Return to bug 127256
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	libtool
8
PORTNAME?=	libtool
9
PORTVERSION=	1.5.26
9
PORTVERSION=	1.5.26
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	libtool
13
MASTER_SITE_SUBDIR=	libtool
(-)files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2008-02-01 19:38:42.000000000 +0300
2
+++ configure	2008-09-09 20:01:57.000000000 +0400
3
@@ -3615,7 +3615,7 @@
4
 do
5
   IFS=$as_save_IFS
6
   test -z "$as_dir" && as_dir=.
7
-  for lt_ac_prog in sed gsed; do
8
+  for lt_ac_prog in sed; do
9
     for ac_exec_ext in '' $ac_executable_extensions; do
10
       if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
11
         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"

Return to bug 127256