1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/moxftp/files/patch-ad
1995-05-13 09:14:05 +00:00

12 lines
368 B
Plaintext

--- ./configure.org Mon Mar 21 13:43:36 1994
+++ ./configure Sat May 13 01:20:26 1995
@@ -321,7 +321,7 @@
cd conftestdir
cat > Imakefile <<EOF
acfindx:
- @echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
+ @echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
EOF
if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
eval `make acfindx`