1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add a missing \.

Submitted by:	FreshPorts sanity checking, which I didn't even know was
		trolling my commits. Cool!!1
This commit is contained in:
Adam Weinberger 2004-02-28 19:44:10 +00:00
parent 93abed8036
commit 761e252397
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102453
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
.else
CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
-I${X11BASE}/include" \
--disable-opts"
--disable-opts" \
--extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm "
.endif

View File

@ -137,7 +137,7 @@ CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
.else
CONFIGURE_ARGS+= --extra-cflags="-fPIC -DPIC -I${LOCALBASE}/include \
-I${X11BASE}/include" \
--disable-opts"
--disable-opts" \
--extra-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm "
.endif