packages/net/cups/patches/140-uname.patch
nbd e201995543 fix cups compile on freebsd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-15 13:30:40 +00:00

12 lines
245 B
Diff

--- cups.dev/configure Sun Oct 15 15:22:17 2006
+++ cups.old/configure Sun Oct 15 15:21:40 2006
@@ -1300,7 +1300,7 @@
-uname=`uname`
+uname=${UNAME:-`uname`}
uversion=`uname -r | sed -e '1,$s/[^0-9]//g'`
case "$uname" in
GNU* | GNU/*)