head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.14.12.28.46;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2003.03.05.19.25.55;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Clean up a bit
@
text
@--- src/Makefile.orig	Wed Mar  5 20:00:00 2003
+++ src/Makefile	Wed Mar  5 20:00:43 2003
@@@@ -34,15 +34,19 @@@@
 # ensure that the whole collection of files is recompiled with the correct
 # settings.
 
-CC		= gcc
+#CC		= gcc
 
 # Choose your operating system
 # If you don't have Tk, delete the stuff mentioning tcl, tk and X11,
 # and set O_TK to 0 in prelude.h.
 
 # Solaris
-CFLAGS		= -g -I/usr/X11/include -I/usr/pd/tcl/8.0/include
-LDFLAGS    	= -lm -lX11 -lsocket -lreadline -ltermcap -lnsl -R/usr/X11/lib -R/usr/pd/tcl/8.0/lib -L/usr/pd/tcl/8.0/lib -ltk8.0 -ltcl8.0 -ltix4.1.8.0
+#CFLAGS		= -g -I/usr/X11/include -I/usr/pd/tcl/8.0/include
+#LDFLAGS    	= -lm -lX11 -lsocket -lreadline -ltermcap -lnsl -R/usr/X11/lib -R/usr/pd/tcl/8.0/lib -L/usr/pd/tcl/8.0/lib -ltk8.0 -ltcl8.0 -ltix4.1.8.0
+
+LDFLAGS+=	-lm -lreadline -ltermcap
+#CFLAGS+=
+#LDFLAGS+=
 
 # NetBSD
 #CFLAGS		= -g -I/usr/X11/include -I/usr/pkg/include/tk8.0  -I/usr/pkg/include -I/usr/pkg/include/tcl8.0
@


1.1
log
@* Make port respect PREFIX, CFLAGS, LDFLAGS.
* Cleanup patches, use REINPLACE were appropriate.

Approved by:	maintainer
@
text
@@

