[go: up one dir, main page]

Bug 157918 - Fix sysutils/tmux build when CFLAGS is set in /etc/make.conf
Summary: Fix sysutils/tmux build when CFLAGS is set in /etc/make.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 07:30 UTC by Grzegorz Blach
Modified: 2011-06-16 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1012 bytes, patch)
2011-06-16 07:30 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2011-06-16 07:30:09 UTC
Attached patch introduce new Makefile variable EXTRA-CPPFLAGS which don't override CFLAGS and CPPFLAGS variables from /etc/make.conf

Fix: Apply attached patch

Patch attached with submission follows:
How-To-Repeat: - In /etc/make.conf set CFLAGS=-O2 or any usefull value.
- cd /usr/ports/sysutils/tmux
- make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-16 07:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-16 09:42:46 UTC
wen         2011-06-16 08:42:28 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/tmux        Makefile 
  Log:
  - Fix build when CFLAGS is set in /etc/make.conf
  
  PR:             ports/157918
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  
  Revision  Changes    Path
  1.28      +5 -4      ports/sysutils/tmux/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-06-16 09:43:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!