mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl.
14 lines
300 B
Text
14 lines
300 B
Text
--- Makefile.in.orig 2012-10-02 18:12:21.000000000 +0200
|
|
+++ Makefile.in 2013-08-13 23:09:15.000000000 +0200
|
|
@@ -1,9 +1,9 @@
|
|
|
|
# Which compiler to use
|
|
-CC = cc
|
|
+#CC = cc
|
|
|
|
# What optimization level to use
|
|
-OPTFLAGS = -O2
|
|
+#OPTFLAGS = -O2
|
|
|
|
# What options to be used by the compiler
|
|
COPTIONS =
|