mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
PR: 221600 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12994
14 lines
409 B
Text
14 lines
409 B
Text
--- plugingui/widgets/Makefile.orig 2009-08-23 07:00:28 UTC
|
|
+++ plugingui/widgets/Makefile
|
|
@@ -18,9 +18,9 @@
|
|
|
|
# GENERAL
|
|
|
|
-CC = gcc
|
|
+CC ?= cc
|
|
LD = ld
|
|
-CFLAGS = -I. `pkg-config --cflags gtk+-2.0` -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
|
|
+CFLAGS += -I. `pkg-config --cflags gtk+-2.0` -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC
|
|
|
|
|
|
|