openbsd-ports/misc/rpm/patches/patch-aclocal_m4
ajacoutot 594dc20e48 Cleanup this port.
Make sure only the external libpopt is used, instead of a mix between
external and internal.

from Brad with some tweaks
2011-10-16 07:03:12 +00:00

13 lines
351 B
Plaintext

$OpenBSD: patch-aclocal_m4,v 1.1 2011/10/16 07:03:12 ajacoutot Exp $
--- aclocal.m4.orig Sun Sep 4 06:13:52 2011
+++ aclocal.m4 Sun Sep 4 06:14:34 2011
@@ -738,7 +738,7 @@ AC_DEFUN(AM_WITH_NLS,
[CATOBJEXT=.gmo
DATADIRNAME=share],
[CATOBJEXT=.mo
- DATADIRNAME=lib])
+ DATADIRNAME=share])
INSTOBJEXT=.mo
fi
fi