| Age | Commit message (Expand) | Author | Files |
|---|---|---|---|
| 2007-08-20 | python-lxml: add patch to make it use pkgconfig instead of binconfig to detec... | Michael Lauer | 2 |
# # Patch managed by http://www.holgerschurig.de/patcher.html # --- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch +++ Python-2.4c1/Makefile.pre.in @@ -78,8 +78,8 @@ exec_prefix= @exec_prefix@ # Expanded directories -BINDIR= $(exec_prefix)/bin -LIBDIR= $(exec_prefix)/lib +BINDIR= @bindir@ +LIBDIR= @libdir@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include eader'>

| summaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author | Files |
|---|---|---|---|
| 2007-08-20 | python-lxml: add patch to make it use pkgconfig instead of binconfig to detec... | Michael Lauer | 2 |