summary refs log tree commit diff
path: root/pkgs/development/libraries/attr/attr-2.4.32-makefile.patch
blob: 96b2f78ca801e8765c7596f9df5e679554495c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff -rc attr-2.4.32/Makefile attr-2.4.32.new/Makefile
*** attr-2.4.32/Makefile	2006-06-20 08:51:25.000000000 +0200
--- attr-2.4.32.new/Makefile	2006-08-13 20:47:52.000000000 +0200
***************
*** 33,51 ****
  endif
  
  $(CONFIGURE):
- 	autoconf
- 	./configure \
- 		--prefix=/ \
- 		--exec-prefix=/ \
- 		--sbindir=/bin \
- 		--bindir=/usr/bin \
- 		--libdir=/lib \
- 		--libexecdir=/usr/lib \
- 		--enable-lib64=yes \
- 		--includedir=/usr/include \
- 		--mandir=/usr/share/man \
- 		--datadir=/usr/share \
- 		$$LOCAL_CONFIGURE_OPTIONS
  	touch .census
  
  aclocal.m4::
--- 33,38 ----