Add files from parent branch HEAD:
[pkgsrc.git] / security / hydra / patches / patch-aa
1 $NetBSD$
2
3 --- Makefile.am.orig    2006-05-05 15:10:44.000000000 +0100
4 +++ Makefile.am
5 @@ -33,17 +33,12 @@ EXTRA_DIST = README README.arm README.pa
6               hydra-mod.h hydra.h crc32.h d3des.h md4.h
7  
8  all:   pw-inspector hydra $(XHYDRA_SUPPORT) 
9 -       @echo
10 -       @echo Now type "make install"
11  
12  hydra: $(OBJ)
13         $(CC) $(OPTS) $(LIBS) -o $(BIN) $(OBJ) $(LIBS) $(XLIBS) $(XLIBPATHS) || echo -e "\nIF YOU RECEIVED THE ERROR MESSAGE \"cannot find -lpq\" DO THE FOLLOWING:\n  make clean; ./configure\n  vi Makefile    <- and remove the \"-lpq\" and \"-DLIBPOSTGRES\" statements\n  make\n"
14 -       @echo
15 -       @echo If men could get pregnant, abortion would be a sacrament
16 -       @echo
17  
18  xhydra:        
19 -       -cd hydra-gtk && ./make_xhydra.sh
20 +       # -cd hydra-gtk && ./make_xhydra.sh
21  
22  pw-inspector: pw-inspector.c
23         -$(CC) $(OPTS) -o pw-inspector pw-inspector.c