aboutsummaryrefslogtreecommitdiffstats
path: root/misc/peq
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-02-26 01:25:42 +0800
committerR. Imura <imura@FreeBSD.org>2000-02-26 01:25:42 +0800
commit9d118e448111b38d7864d53eeff1caa3070a6070 (patch)
treee013124e1d352aae23e86f56361e1fbd71125234 /misc/peq
parent10490fe70bacd041fe8e6b42a9dd4daacf2e727e (diff)
downloadfreebsd-ports-9d118e448111b38d7864d53eeff1caa3070a6070.tar.gz
freebsd-ports-9d118e448111b38d7864d53eeff1caa3070a6070.tar.zst
freebsd-ports-9d118e448111b38d7864d53eeff1caa3070a6070.zip
Small modification to respect $(CXX).
Notes
Notes: svn path=/head/; revision=26280
Diffstat (limited to 'misc/peq')
-rw-r--r--misc/peq/files/patch-aa14
1 files changed, 10 insertions, 4 deletions
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