mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
34 lines
810 B
Plaintext
34 lines
810 B
Plaintext
|
--- Makefile.orig Thu Aug 26 09:49:08 1999
|
||
|
+++ Makefile Sat Oct 2 23:19:17 1999
|
||
|
@@ -2,17 +2,17 @@
|
||
|
# Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
|
||
|
|
||
|
# Set this to your C-compiler
|
||
|
-CC=gcc
|
||
|
+#CC=gcc
|
||
|
|
||
|
# set this to your install-program (what does Solaris have
|
||
|
# in /usr/sbin/install? SYSV install?)
|
||
|
-INSTALL=/usr/bin/install
|
||
|
+#INSTALL=/usr/bin/install
|
||
|
|
||
|
#AR=/usr/bin/ar
|
||
|
-AR=ar
|
||
|
+#AR=ar
|
||
|
|
||
|
# Set this to whatever your compiler accepts. Nothing special is needed
|
||
|
-CFLAGS=-O2 -Wall
|
||
|
+#CFLAGS=-O2 -Wall
|
||
|
|
||
|
# Set this to your MySQL installation-path
|
||
|
MYSQLINC=-I/usr/local/mysql/include
|
||
|
@@ -20,7 +20,7 @@
|
||
|
|
||
|
# Set this to where you want the binary (no man-page yet, don't know
|
||
|
# how to write them)
|
||
|
-INSTALLDIR=/usr/local/bin
|
||
|
+#INSTALLDIR=/usr/local/bin
|
||
|
|
||
|
# Set this if your system needs extra libraries
|
||
|
#
|