diff options
Diffstat (limited to 'www/webglimpse/files/patch-Makefile')
-rw-r--r-- | www/webglimpse/files/patch-Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/webglimpse/files/patch-Makefile b/www/webglimpse/files/patch-Makefile new file mode 100644 index 000000000000..9324ddfef670 --- /dev/null +++ b/www/webglimpse/files/patch-Makefile @@ -0,0 +1,18 @@ +--- ./Makefile.orig 1997-10-22 01:49:26.000000000 -0400 ++++ ./Makefile 2009-07-07 22:30:26.506065951 -0400 +@@ -19,10 +19,14 @@ + + + +-CC = gcc ++#CC = gcc + + OSFCC = cc + ++freebsd: ++ $(CC) ${CFLAGS} -s -o lib/httpget lib/httpget.c ++ $(CC) ${CFLAGS} -s -o lib/html2txt lib/html2txt.c ++ + linux: + $(CC) -O -o lib/httpget lib/httpget.c + $(CC) -O -o lib/html2txt lib/html2txt.c |