diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-07-16 07:43:35 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-07-16 07:43:35 +0800 |
commit | b780d5da46a1a7e00099a555e84c65de91f6de2f (patch) | |
tree | 5210ed8ba3d8f30e0c455b5f9e4318baa9b6e4c0 /misc/mc/files | |
parent | 12fa3de6eb93175aa3fafc643a559a56dc2822b9 (diff) | |
download | freebsd-ports-gnome-b780d5da46a1a7e00099a555e84c65de91f6de2f.tar.gz freebsd-ports-gnome-b780d5da46a1a7e00099a555e84c65de91f6de2f.tar.zst freebsd-ports-gnome-b780d5da46a1a7e00099a555e84c65de91f6de2f.zip |
Midnight Commander, a free Norton Commander Clone
Diffstat (limited to 'misc/mc/files')
-rw-r--r-- | misc/mc/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mc/files/patch-aa b/misc/mc/files/patch-aa new file mode 100644 index 000000000000..1458192330f2 --- /dev/null +++ b/misc/mc/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 15 13:13:47 1995 +--- Makefile.in Sat Jul 15 13:13:52 1995 +*************** +*** 10,16 **** + INSTALL_DATA = @INSTALL_DATA@ + + DEFS = @DEFS@ +! LIBS = @LIBS@ $(XLIB) + + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DVERSION=\""$(VERSION)"\" $(XINC) +--- 10,16 ---- + INSTALL_DATA = @INSTALL_DATA@ + + DEFS = @DEFS@ +! LIBS = @LIBS@ $(XLIB) -lmytinfo + + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DVERSION=\""$(VERSION)"\" $(XINC) |