head	1.2;
access;
symbols
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.07.28.09.01.57;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2004.10.24.03.09.51;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.2
log
@2009-07-28 games/amy: mastersite disappeared, does not build on recent version
2009-07-28 security/hashish: "does not compile"
2009-07-19 security/smtpmap: depends on GCC 2.95 which has not been available for 9+ months
@
text
@--- src/makefile.orig	Wed Aug 14 22:12:02 2002
+++ src/makefile	Sun Oct 24 10:39:46 2004
@@@@ -5,11 +5,11 @@@@
 include $(TOPDIR)/makefile.conf
 
 all smtpmap-sub: small_socket.o mstring.o mfile.o scanner_smtp.o smtpmap.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o
-	$(CC) $(CFLAGS) $(INC) small_socket.o mstring.o mfile.o scanner_smtp.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o smtpmap.o -o smtpmap
+	$(CC) $(CFLAGS) $(LDFLAGS) $(INC) small_socket.o mstring.o mfile.o scanner_smtp.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o smtpmap.o -o smtpmap
 
 
 %.o:%.cpp
-	$(CC) $(CFLAGS) $(INC) -c $*.cpp
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(INC) -c $*.cpp
 
 clean::
 	@@echo Cleaning up
@


1.1
log
@- fix building problem and unbreak this port
- remove redundant declaration in makefile.conf and use MAKE_ENV directly
- utilize DATADIR in pkg-plist

Noticed by:	kris
@
text
@@

