diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-28 17:10:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-28 17:10:02 +0800 |
commit | ccf02e95c76191f90f6a46f4a2496ca7fd39cd26 (patch) | |
tree | dbea65fcfaaff8478a748520149c943488417db2 /www/pserv/files | |
parent | 9f22806bb7e99a2101b293d0392b122f37be0637 (diff) | |
download | freebsd-ports-gnome-ccf02e95c76191f90f6a46f4a2496ca7fd39cd26.tar.gz freebsd-ports-gnome-ccf02e95c76191f90f6a46f4a2496ca7fd39cd26.tar.zst freebsd-ports-gnome-ccf02e95c76191f90f6a46f4a2496ca7fd39cd26.zip |
that has to be removed for the 3.3 update
Diffstat (limited to 'www/pserv/files')
-rw-r--r-- | www/pserv/files/patch-Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/pserv/files/patch-Makefile b/www/pserv/files/patch-Makefile deleted file mode 100644 index 29e0af094a5d..000000000000 --- a/www/pserv/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- sources/Makefile.orig Fri Nov 5 23:04:15 2004 -+++ sources/Makefile Wed Nov 24 14:52:32 2004 -@@ -1,11 +1,11 @@ - #Change the following to your needs --CC = gcc --#insert here flags, eg. optimizations --CFLAGS = -Wall -Os -pedantic -+CC ?= gcc - LIBS = - SRCS = main.c handlers.c mime.c log.c - OBJS = main.o handlers.o mime.o log.o - PROGRAM = pserv -+ -+all : $(PROGRAM) - - $(PROGRAM) : $(OBJS) - $(CC) -o $(PROGRAM) $(OBJS) $(LIBS) |