diff options
Diffstat (limited to 'comms/libticables/files/patch-configure')
-rw-r--r-- | comms/libticables/files/patch-configure | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/comms/libticables/files/patch-configure b/comms/libticables/files/patch-configure deleted file mode 100644 index 1091e940ad38..000000000000 --- a/comms/libticables/files/patch-configure +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig Wed Aug 27 12:17:39 2003 -+++ configure Tue Mar 23 16:08:32 2004 -@@ -1934,6 +1934,7 @@ - ACLOCALDIR=`aclocal --print-ac-dir` - - fi -+ACLOCALDIR="" - - - if test x$ACLOCALDIR != x ; then -@@ -6257,7 +6258,8 @@ - - # detect system type - case "$host" in --# alpha-*-*bsd*) ARCH="-D__FBSD__" ;; -+ i386-*-*bsd*) ARCH="-D__BSD__ -D__I386__" ;; -+ *-*-*bsd*) ARCH="-D__BSD__" ;; - alpha*-*-linux-*) ARCH="-D__ALPHA__ -D__LINUX__" ;; - alpha*-*-*-*) ARCH="-D__ALPHA__ -D__LINUX__" ;; - arm*-*-linux-*) ARCH="-D__ARM__ -D__LINUX__" ;; -@@ -6266,7 +6268,6 @@ - i[3456]86-*-hurd-*) ARCH="-D__LINUX__" ;; - i[3456]86-*-mingw*) ARCH="-D__WIN32__ -D__MINGW32__ -Os -s" ;; - i[3456]86-*-cygwin) ARCH="-D__WIN32__ -D__CYGWIN__ -mno-cygwin" ;; -- i[3456]86-*-*bsd*) ARCH="-D__BSD__" ;; - ia64-*-linux-*) ARCH="-D__LINUX__" ;; - m68k-*-linux-*) ARCH="-D__M68K__ -D__LINUX__" ;; - mips-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;; -@@ -24767,6 +24768,7 @@ - - - -+LDFLAGS="$LDFLAGS $INTLLIBS" - - - |