diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 00:21:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 00:21:00 +0000 |
commit | cd86d94aaf0ff3a8009d8123068aa4d550a09213 (patch) | |
tree | 84b154336ac056f278c57ee2a8babe5b0a1028e2 /www/gatling/files | |
parent | 1716e01c067560f33847012d6657ab7c4aceab5f (diff) | |
download | ports-cd86d94aaf0ff3a8009d8123068aa4d550a09213.tar.gz ports-cd86d94aaf0ff3a8009d8123068aa4d550a09213.zip |
Notes
Diffstat (limited to 'www/gatling/files')
-rw-r--r-- | www/gatling/files/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/gatling/files/patch-Makefile b/www/gatling/files/patch-Makefile new file mode 100644 index 000000000000..8ad9d66eb310 --- /dev/null +++ b/www/gatling/files/patch-Makefile @@ -0,0 +1,22 @@ +--- Makefile.orig Thu Feb 19 17:22:17 2004 ++++ Makefile Mon Feb 23 01:12:25 2004 +@@ -6,9 +6,7 @@ + + all: $(TARGET) + +-CC=gcc +-CFLAGS=-pipe -Wall -Os -I../libowfat/ +-LDFLAGS=-s -L../libowfat/ -lowfat ++CFLAGS+=-I${LOCALBASE}/include/libowfat + + gatling: gatling.o libsocket libiconv + $(CC) -o $@ gatling.o $(LDFLAGS) `cat libsocket libiconv` +@@ -32,7 +30,7 @@ + $(CC) -static -o $@ forkbench.o $(LDFLAGS) + + pthreadbench: pthreadbench.o +- $(CC) -o $@ pthreadbench.o $(LDFLAGS) -lpthread ++ $(CC) -o $@ pthreadbench.o $(LDFLAGS) $(PTHREAD_LIBS) + + mktestdata: mktestdata.o + $(CC) -o $@ mktestdata.o $(LDFLAGS) |