about summary refs log tree commit diff
path: root/pkgs/development/libraries/attr/attr-2.4.32-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/attr/attr-2.4.32-makefile.patch')
-rw-r--r--pkgs/development/libraries/attr/attr-2.4.32-makefile.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/development/libraries/attr/attr-2.4.32-makefile.patch b/pkgs/development/libraries/attr/attr-2.4.32-makefile.patch
new file mode 100644
index 0000000000000..96b2f78ca801e
--- /dev/null
+++ b/pkgs/development/libraries/attr/attr-2.4.32-makefile.patch
@@ -0,0 +1,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 ----