FreeBSD Bugzilla – Attachment 143973 Details for
Bug 190753
[PATCH] mail/ecartis: STAGEify and preen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Full files/patch-Makefile
patch-Makefile (text/plain), 1.21 KB, created by
fullermd
on 2014-06-20 19:31:51 UTC
(
hide
)
Description:
Full files/patch-Makefile
Filename:
MIME Type:
Creator:
fullermd
Created:
2014-06-20 19:31:51 UTC
Size:
1.21 KB
patch
obsolete
>--- Makefile.dist 2006-08-13 03:50:15.000000000 -0500 >+++ Makefile 2014-05-19 20:04:56.636909101 -0500 >@@ -6,8 +6,8 @@ > # they should be set. All of them are conditional on options set in this > # file, so it should be relatively easy to determine which branch is correct > >-BINDIR = .. >-MODDIR = ../modules >+BINDIR = ${DESTDIR}${PREFIX}/ecartis >+MODDIR = ${BINDIR}/modules > > # First things first we need to set up some various options since OS's aren't > # as nice about things are they could be. >@@ -33,7 +33,7 @@ > # Uncomment this if you are on a BSD system AND you want dynamic modules > # SunOS (4 and 5 both) also needs this setting. > # >-#BSDMOD = 1 >+BSDMOD = 1 > > # Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1) > #OBSDMOD = 1 >@@ -120,7 +120,6 @@ > ifdef BSDIMOD > CC=shlicc > else >-CC=gcc > endif > > # Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. >@@ -129,9 +128,7 @@ > # > # It appears that IRIX is also rather stupid, and may require this > # to be removed. >-WFLAGS=-Wall -Werror >-# Uncomment this to build with gdb symbols (comment above line) >-#WFLAGS=-ggdb -Wall -Werror >+WFLAGS:=${CFLAGS} > > # Now set up the initial command line. SUNOS_5 makes this a bit wierd. > ifndef SUNOS_5
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 190753
:
143490
|
143491
| 143973