FreeBSD Bugzilla – Attachment 15920 Details for
Bug 29390
Fix editors/joe-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.96 KB, created by
Pete Fritchman
on 2001-08-02 18:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-08-02 18:00:01 UTC
Size:
1.96 KB
patch
obsolete
>--- /dev/null Thu Aug 2 12:46:43 2001 >+++ files/patch-Makefile.in Thu Aug 2 12:44:17 2001 >@@ -0,0 +1,28 @@ >+--- Makefile.in.orig Sun Apr 1 06:48:18 2001 >++++ Makefile.in Thu Jul 26 19:47:05 2001 >+@@ -47,7 +47,7 @@ >+ >+ # C compiler options: make's built-in rules use this variable >+ >+-CFLAGS = -O2 -fsigned-char -fomit-frame-pointer -pipe >++CFLAGS += -fsigned-char -fomit-frame-pointer -pipe >+ >+ # You may have to include some extra libraries >+ # for some systems >+@@ -101,11 +101,11 @@ >+ >+ $(INSTALL_PROGRAM) -s termidx $(package_prefix)$(bindir) >+ >+- if [ -a $(package_prefix)$(sysconfdir)/joerc ]; then echo; else $(INSTALL_DATA) joerc $(package_prefix)$(sysconfdir); fi >+- if [ -a $(package_prefix)$(sysconfdir)/jmacsrc ]; then echo; else $(INSTALL_DATA) jmacsrc $(package_prefix)$(sysconfdir); fi >+- if [ -a $(package_prefix)$(sysconfdir)/jstarrc ]; then echo; else $(INSTALL_DATA) jstarrc $(package_prefix)$(sysconfdir); fi >+- if [ -a $(package_prefix)$(sysconfdir)/rjoerc ]; then echo; else $(INSTALL_DATA) rjoerc $(package_prefix)$(sysconfdir); fi >+- if [ -a $(package_prefix)$(sysconfdir)/jpicorc ]; then echo; else $(INSTALL_DATA) jpicorc $(package_prefix)$(sysconfdir); fi >++ if [ -e $(package_prefix)$(sysconfdir)/joerc.dist ]; then echo; else $(INSTALL_DATA) joerc $(package_prefix)$(sysconfdir)/joerc.dist; fi >++ if [ -e $(package_prefix)$(sysconfdir)/jmacsrc.dist ]; then echo; else $(INSTALL_DATA) jmacsrc $(package_prefix)$(sysconfdir)/jmacsrc.dist; fi >++ if [ -e $(package_prefix)$(sysconfdir)/jstarrc.dist ]; then echo; else $(INSTALL_DATA) jstarrc $(package_prefix)$(sysconfdir)/jstarrc.dist; fi >++ if [ -e $(package_prefix)$(sysconfdir)/rjoerc.dist ]; then echo; else $(INSTALL_DATA) rjoerc $(package_prefix)$(sysconfdir)/rjoerc.dist; fi >++ if [ -e $(package_prefix)$(sysconfdir)/jpicorc.dist ]; then echo; else $(INSTALL_DATA) jpicorc $(package_prefix)$(sysconfdir)/jpicorc.dist; fi >+ >+ rm -f $(package_prefix)$(man1dir)/joe.1 >+ $(INSTALL_DATA) joe.1 $(package_prefix)$(man1dir)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29390
: 15920