OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Jul-2003 10:19:46
Branch: OPENPKG_1_3_SOLID Handle: 2003073109194600
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/infozip infozip.spec
Log:
MFS: add support for non-Intel FreeBSD
Summary:
Revision Changes Path
1.22.2.4.2.2+4 -3 openpkg-src/infozip/infozip.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.22.2.4.2.1 -r1.22.2.4.2.2 infozip.spec
--- openpkg-src/infozip/infozip.spec 29 Jul 2003 14:59:22 -0000 1.22.2.4.2.1
+++ openpkg-src/infozip/infozip.spec 31 Jul 2003 08:19:46 -0000 1.22.2.4.2.2
@@ -71,9 +71,10 @@
( cd unzip-%{V_unzip_here}
os=generic
case "%{l_target}" in
- *-linux* ) os=linux_noasm ;;
- *-solaris* ) os=solaris ;;
- *-freebsd* ) os=freebsd ;;
+ *-linux* ) os=linux_noasm ;;
+ *-solaris* ) os=solaris ;;
+ ix86-freebsd* ) os=freebsd ;;
+ *-freebsd* ) os=bsd ;;
esac
%{l_make} %{l_mflags} -f unix/Makefile $os
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]