mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
08ba2bc63c
it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108498 Submitted by: coumarin at gmail.com
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
--- samples/buildx86.orig Sun Jan 28 11:26:13 2007
|
|
+++ samples/buildx86 Sun Jan 28 11:26:40 2007
|
|
@@ -66,17 +66,3 @@
|
|
exit 1
|
|
fi
|
|
cd ..
|
|
-
|
|
-cd X11
|
|
-if xc =m Mand.mod +XAPP &&
|
|
- xc =m Mand2.mod +XAPP &&
|
|
- xc =m testx.mod +XAPP &&
|
|
- xc =m xmfonts.mod +XMAPP &&
|
|
- xc =m xmform.mod +XMAPP
|
|
-then
|
|
- echo "X11 OK"
|
|
-else
|
|
- echo "X11 Error"
|
|
- exit 1
|
|
-fi
|
|
-cd ..
|