diff options
Diffstat (limited to 'sysutils/gtop/patches/patch-aa')
-rw-r--r-- | sysutils/gtop/patches/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/gtop/patches/patch-aa b/sysutils/gtop/patches/patch-aa deleted file mode 100644 index 6544d7d7b2c..00000000000 --- a/sysutils/gtop/patches/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2001/04/24 18:33:30 rh Exp $ - ---- configure.orig Tue Apr 24 20:11:44 2001 -+++ configure -@@ -4953,13 +4953,13 @@ - if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - CATOBJEXT=.gmo -- DATADIRNAME=share -+ DATADIRNAME=${LOCALEDIR} - else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=${LOCALEDIR} - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -5188,7 +5188,7 @@ - # We need to process the po/ directory. - POSUB=po - else -- DATADIRNAME=share -+ DATADIRNAME=${LOCALEDIR} - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h - fi |