FreeBSD Bugzilla – Attachment 145652 Details for
Bug 192574
[maintainer] news/husky-devel: fix build without gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
husky-devel-nogcc-20140810.diff: fixes build without gcc
husky-devel-nogcc-20140810.diff (text/plain), 3.56 KB, created by
Oleg Sharoyko
on 2014-08-11 08:51:08 UTC
(
hide
)
Description:
husky-devel-nogcc-20140810.diff: fixes build without gcc
Filename:
MIME Type:
Creator:
Oleg Sharoyko
Created:
2014-08-11 08:51:08 UTC
Size:
3.56 KB
patch
obsolete
>Index: news/husky-devel/files/patch-fidoconf_makefile.in2 >=================================================================== >--- news/husky-devel/files/patch-fidoconf_makefile.in2 (revision 0) >+++ news/husky-devel/files/patch-fidoconf_makefile.in2 (working copy) >@@ -0,0 +1,11 @@ >+--- fidoconf/makefile.in2.orig 2014-08-10 22:55:10.000000000 +0100 >++++ fidoconf/makefile.in2 2014-08-10 22:55:27.000000000 +0100 >+@@ -2,7 +2,7 @@ >+ # (legacy makefile, no dynlibs, no huskymak support) >+ # this file is only a include file included by other files. >+ >+-CC = gcc >++#CC = gcc >+ EXENAMEFLAG = -o >+ AR = ar >+ AR_R = rs > >Property changes on: news/husky-devel/files/patch-fidoconf_makefile.in2 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: news/husky-devel/files/patch-huskybse_huskymak.cfg >=================================================================== >--- news/husky-devel/files/patch-huskybse_huskymak.cfg (revision 364569) >+++ news/husky-devel/files/patch-huskybse_huskymak.cfg (working copy) >@@ -1,6 +1,6 @@ > --- huskybse/huskymak.cfg.orig 2007-02-23 21:47:15.000000000 +0000 >-+++ huskybse/huskymak.cfg 2013-03-25 19:36:08.000000000 +0000 >-@@ -38,7 +38,7 @@ CFGDIR=$(PREFIX)/etc/fido >++++ huskybse/huskymak.cfg 2014-08-10 22:33:05.000000000 +0100 >+@@ -38,7 +38,7 @@ > # will not be compiled, and you won't know how to use the software ;-). > # You should take care that this directory is listed in the INFOPATH > # environment variable (if necessary, modify your /etc/profile file). >@@ -9,7 +9,7 @@ > > # The same as above, but for DVI documentation. This requires a working > # "texi2dvi" program. >-@@ -46,7 +46,7 @@ CFGDIR=$(PREFIX)/etc/fido >+@@ -46,7 +46,7 @@ > > # The same as above, but for HTML documentation. This requires a working > # "texi2html" program. >@@ -18,8 +18,29 @@ > > # Name of the config file of MSGED TE: > MSGEDCFG=\"$(CFGDIR)/msged.cfg\" >-@@ -102,7 +102,7 @@ RM=rm >+@@ -66,10 +66,10 @@ >+ ############################################################################## > >+ # C-Compiler >+-CC=gcc >++#CC=gcc >+ >+ # C++-Compiler >+-CXX=g++ >++#CXX=g++ >+ >+ #Msged needs access to a termcap library. Define its name here. >+ #On Linux, termcap is integrated into ncurses: >+@@ -95,14 +95,14 @@ >+ # On Solaris use "-G" as additional linkerflag !!!!!!! >+ # MKSHARED=ld >+ # LD=ld -G >+-MKSHARED=gcc >++MKSHARED=$(CC) >+ >+ # remove file >+ RM=rm >+ > # The "install" program. > # On Linux and FreeBSD/NetBSD, use this: > -INSTALL=install >@@ -27,7 +48,7 @@ > # On Tru64 Unix, use this: > # INSTALL=installbsd > # On Solaris, use this: >-@@ -116,7 +116,7 @@ MKDIR=mkdir >+@@ -116,7 +116,7 @@ > > # update dynamic library cache > # If your operating system does not need this, you may comment out this line. >@@ -36,7 +57,7 @@ > > # rename a file > MV=mv >-@@ -139,8 +139,8 @@ H2PAS=h2pas >+@@ -139,8 +139,8 @@ > OSTYPE=UNIX > > # short name of operating system (used for PID lines etc.) >@@ -47,7 +68,7 @@ > #UNAME=OS2 > #UNAME=BEOS > >-@@ -151,7 +151,7 @@ DEBUG=0 >+@@ -151,7 +151,7 @@ > SHORTNAMES=0 > > # Perl support >@@ -56,7 +77,7 @@ > > # ZipInternal packer > USE_HPTZIP=0 >-@@ -179,7 +179,7 @@ EXENAMEFLAG=-o >+@@ -179,7 +179,7 @@ > WARNFLAGS=-Wall > > # C-compiler: optimization >@@ -65,7 +86,7 @@ > > ifeq ( $(DYNLIBS), 0 ) > ifeq ($(OSTYPE), UNIX) >-@@ -216,29 +216,22 @@ OPTLFLAGS=-s >+@@ -216,29 +216,22 @@ > DEBLFLAGS=-g > > # options for installing programs
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 192574
: 145652
Working