Bug 139965 - [patch] graphics/openjpeg: use $(CC) instead of `gcc'
Summary: [patch] graphics/openjpeg: use $(CC) instead of `gcc'
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-25 16:00 UTC by swell.k
Modified: 2009-10-26 05:54 UTC (History)
0 users

See Also:


Attachments
respect_CC.diff (831 bytes, patch)
2009-10-25 16:00 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-10-25 16:00:10 UTC

How-To-Repeat: $ make CC=gcc44 |& fgrep 'gcc '
gcc -O2 -pipe -march=native -fno-strict-aliasing -Wall -std=c99 -fPIC -Ilibopenjpeg -O3 -fPIC -Ilibopenjpeg_JPWL -DUSE_JPWL ../codec/convert.c ../codec/image_to_j2k.c ../codec/index.c -o JPWL_image_to_j2k -I ../libopenjpeg/ -L . -L/usr/local/lib -lopenjpeg_JPWL -lm -ltiff
gcc -O2 -pipe -march=native -fno-strict-aliasing -Wall -std=c99 -fPIC -Ilibopenjpeg -O3 -fPIC -Ilibopenjpeg_JPWL -DUSE_JPWL ../codec/convert.c ../codec/j2k_to_image.c ../codec/index.c -o JPWL_j2k_to_image -I ../libopenjpeg/ -L . -L/usr/local/lib -lopenjpeg_JPWL -lm -ltiff
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-25 16:00:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-26 05:32:10 UTC
dinoex      2009-10-26 05:31:56 UTC

  FreeBSD ports repository

  Modified files:
    graphics/openjpeg    Makefile 
  Log:
  - honor CC
  PR:             139965
  Submitted by:   swell.k
  
  Revision  Changes    Path
  1.14      +3 -0      ports/graphics/openjpeg/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 Dirk Meyer freebsd_committer freebsd_triage 2009-10-26 05:53:33 UTC
State Changed
From-To: open->closed

committed, thanks. 
Version was not bumped as the default package does not change.