From 9d118e448111b38d7864d53eeff1caa3070a6070 Mon Sep 17 00:00:00 2001 From: "R. Imura" Date: Fri, 25 Feb 2000 17:25:42 +0000 Subject: Small modification to respect $(CXX). --- misc/peq/files/patch-aa | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'misc/peq/files/patch-aa') diff --git a/misc/peq/files/patch-aa b/misc/peq/files/patch-aa index 625233f45ef4..38fffaa1d850 100644 --- a/misc/peq/files/patch-aa +++ b/misc/peq/files/patch-aa @@ -1,16 +1,22 @@ *** Makefile.orig Fri Apr 2 19:52:27 1999 --- Makefile Fri Apr 2 19:51:11 1999 *************** -*** 7,13 **** - CC = g++ +*** 4,13 **** + VERSION = 0.7.1 + + # Your C++ compiler +! CC = g++ # Flags to pass to the C++ compiler ! FLAGS = -O -Wall # Your tar TAR = tar ---- 7,13 ---- - CC = g++ +--- 4,13 ---- + VERSION = 0.7.1 + + # Your C++ compiler +! CC = $(CXX) # Flags to pass to the C++ compiler ! FLAGS = -DPREFIX=\"${PREFIX}\" ${CFLAGS} -L /usr/X11R6/lib -I /usr/X11R6/include -- cgit v1.2.3