summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-clients/scripts/configure
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-10-17 07:20:03 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-10-17 07:20:03 +0000
commitd0cc39f7c80fc40eff1ee1ce995f125df0596d37 (patch)
tree7d8b02db4dea279831887c81f11867296a843496 /x11/XFree86-4-clients/scripts/configure
parentDamage to the CVS repository has been corrected, so add RDF files (diff)
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369
Notes
Notes: svn path=/head/; revision=68192
Diffstat (limited to 'x11/XFree86-4-clients/scripts/configure')
-rw-r--r--x11/XFree86-4-clients/scripts/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure
index 3a792aa57e49..23b4aeb368b7 100644
--- a/x11/XFree86-4-clients/scripts/configure
+++ b/x11/XFree86-4-clients/scripts/configure
@@ -75,6 +75,9 @@ configure () {
echo "#define PreloadSetup" >> $LOCALDEF
echo "#define BuildPlugin NO" >> $LOCALDEF
echo "#define UseInstalledPrograms YES" >> $LOCALDEF
+ echo "#define FreeBSDCC ${CC}" >> $LOCALDEF
+ echo "#define FreeBSDCXX ${CXX}" >> $LOCALDEF
+ echo "#define FreeBSDCFLAGS ${CFLAGS}" >> $LOCALDEF
# Copy ORIGDEF to DESTDEF
rm -f $DESTDEF