diff --git a/.gitattributes b/.gitattributes index 8c69d4fd96..a760bec859 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4910,7 +4910,7 @@ packages/ptc/examples/timer.pp svneol=native#text/plain packages/ptc/examples/tunnel.pp svneol=native#text/plain packages/ptc/examples/tunnel3d.pp svneol=native#text/plain packages/ptc/examples/tunnel3d.raw -text svneol=unset#raw/binary -packages/ptc/fpmake.pp svneol=native#text/plain +packages/ptc/fpmake_disabled.pp svneol=native#text/plain packages/ptc/src/aread.inc svneol=native#text/x-pascal packages/ptc/src/areai.inc svneol=native#text/x-pascal packages/ptc/src/baseconsoled.inc svneol=native#text/x-pascal @@ -5125,7 +5125,7 @@ packages/sndfile/Makefile svneol=native#text/plain packages/sndfile/Makefile.fpc svneol=native#text/plain packages/sndfile/README.txt svneol=native#text/plain packages/sndfile/examples/sfplay.pp svneol=native#text/plain -packages/sndfile/fpmake.pp svneol=native#text/plain +packages/sndfile/fpmake_disabled.pp svneol=native#text/plain packages/sndfile/scripts/testc.c svneol=native#text/plain packages/sndfile/src/sndfile.pp svneol=native#text/plain packages/sqlite/Makefile svneol=native#text/plain diff --git a/packages/ptc/fpmake.pp b/packages/ptc/fpmake_disabled.pp similarity index 100% rename from packages/ptc/fpmake.pp rename to packages/ptc/fpmake_disabled.pp diff --git a/packages/sndfile/fpmake.pp b/packages/sndfile/fpmake_disabled.pp similarity index 100% rename from packages/sndfile/fpmake.pp rename to packages/sndfile/fpmake_disabled.pp