mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
* Drop version 2.0.1. * $manDir was both in primary and secondary arch packages, causing problems when uninstalling only one of them. Fixed by discarding $documentationDir for secondary arch. * Reorder sections for 2.1.0. * configure.in already has "AC_CONFIG_MACRO_DIR([m4])" so there is no need to append it in PATCH(). * Drop PATCH() and, instead, use a real patch to create Makefile.am otherwise /bin/haikuporter complains about untracked files. * Add $secondaryArchSuffix to cmd:libtoolize in BUILD_PREREQUIRES. * Add recipe for 2.1.1 with patch for gcc2.
5 lines
71 B
Diff
5 lines
71 B
Diff
--- /dev/null
|
|
+++ b/Makefile.am
|
|
@@ -0,0 +1 @@
|
|
+ACLOCAL_AMFLAGS = -I m4
|