OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Oct-2005 09:27:38
Branch: OPENPKG_2_5_SOLID Handle: 2005101508273800
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/mesa mesa.spec
Log:
MFC: cleanup and compactify style; add NetBSD support
Summary:
Revision Changes Path
1.14.4.2 +6 -16 openpkg-src/mesa/mesa.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mesa/mesa.spec
============================================================================
$ cvs diff -u -r1.14.4.1 -r1.14.4.2 mesa.spec
--- openpkg-src/mesa/mesa.spec 11 Oct 2005 12:50:48 -0000 1.14.4.1
+++ openpkg-src/mesa/mesa.spec 15 Oct 2005 07:27:38 -0000 1.14.4.2
@@ -84,22 +84,12 @@
%build
case "%{l_platform -t}" in
- *-freebsd* )
- plat="freebsd"
- ;;
- *-linux* )
- plat="linux"
- ;;
- i?86*-sunos* )
- plat="solaris-x86-gcc"
- ;;
- sun*-sunos* )
- plat="sunos5-gcc"
- ;;
- * )
- echo "platform %{l_platform -t} not supported" 2>&1;
- exit 1;
- ;;
+ *-freebsd* ) plat="freebsd" ;;
+ *-netbsd* ) plat="netbsd" ;;
+ *-linux* ) plat="linux" ;;
+ i?86*-sunos* ) plat="solaris-x86-gcc" ;;
+ sun*-sunos* ) plat="sunos5-gcc" ;;
+ * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1; ;;
esac
CC="%{l_cc}" \
CXX="%{l_cxx}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]