1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/xds/files/patch-samples__buildx86
Alejandro Pulver 08ba2bc63c This is Native XDS-x86 for Linux,
it is setup to produce native FreeBSD binaries.

WWW: http://www.excelsior-usa.com/

PR:		ports/108498
Submitted by:	coumarin at gmail.com
2007-02-17 03:31:07 +00:00

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 ..