aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormotoyuki <motoyuki@FreeBSD.org>2000-11-29 20:08:19 +0800
committermotoyuki <motoyuki@FreeBSD.org>2000-11-29 20:08:19 +0800
commit16b488a2d690c6725bb426a89aae999487ef1c79 (patch)
tree2458a9fd64968f671600ae96a3dca354d7b01d05 /devel
parent58ec9317a6faf1ee4e4ea45c51279923b3c023e9 (diff)
downloadfreebsd-ports-gnome-16b488a2d690c6725bb426a89aae999487ef1c79.tar.gz
freebsd-ports-gnome-16b488a2d690c6725bb426a89aae999487ef1c79.tar.zst
freebsd-ports-gnome-16b488a2d690c6725bb426a89aae999487ef1c79.zip
Add "#define BuildAoutLibraries ${BuildAoutLibraries}".
This variable is declared in port Makefile. Submitted by: motoyuki Reviewed by: maintainer Reference: [ports-jp 10459],[ports-jp 10464]
Diffstat (limited to 'devel')
-rw-r--r--devel/imake-4/scripts/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/imake-4/scripts/configure b/devel/imake-4/scripts/configure
index b81204327748..42dd8dc1b055 100644
--- a/devel/imake-4/scripts/configure
+++ b/devel/imake-4/scripts/configure
@@ -24,6 +24,9 @@ fi
if [ X${BuildXIE} != "X" ]; then
echo "#define BuildXIE ${BuildXIE}" >> $F
fi
+if [ X${BuildAoutLibraries} != "X" ]; then
+ echo "#define BuildAoutLibraries ${BuildAoutLibraries}" >> $F
+fi
cat >> $F <<EOF
#ifndef XF86CardDrivers