1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

PR: 55708

Submitted by:	Simon Barner <barner@in.tum.de>
Make wais to respect CC and CFLAGS.
This commit is contained in:
Foxfair Hu 2003-09-02 03:07:21 +00:00
parent 5f8135c1ce
commit 585f6a3664
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88318
2 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= freeWAIS
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.cnidr.org/software/freewais/ \
ftp://ftp.icm.edu.pl/vol/wojsyl/freewais/ \

20
net/wais/files/patch-ac Normal file
View File

@ -0,0 +1,20 @@
--- Makefile.freebsd.orig Mon Aug 18 22:03:40 2003
+++ Makefile.freebsd Mon Aug 18 22:03:58 2003
@@ -48,7 +48,7 @@
#
# Some default programs
# CC = cc
-CC = gcc
+#CC = gcc
AR = ar
RM = /bin/rm
MV = mv
@@ -149,7 +149,7 @@
# -DSOLARIS for SunOS 5.2 (Solaris 2.2) machines.
#
# Use this version of CFLAGS for BSDI
-CFLAGS = -I$(INCLUDE) -D__bsdi__ -DBSD43 -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
+CFLAGS += -I$(INCLUDE) -D__bsdi__ -DBSD43 -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
#
# Flag definitions