mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bacdfe64cd
Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER.
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
--- Makefile.ULTRIX.orig Sun Nov 8 22:39:28 1998
|
|
+++ Makefile.ULTRIX Mon Sep 6 19:12:20 1999
|
|
@@ -10,7 +10,7 @@
|
|
CXX = g++
|
|
|
|
## C and C++ compiler flags
|
|
-CCFLAGS = -O
|
|
+CCFLAGS ?= -O
|
|
CXXFLAGS = -O -ansi -D_G_NO_EXTERN_TEMPLATES
|
|
|
|
## System Includes
|