diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /popt/popt-1.7 | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'popt/popt-1.7')
-rw-r--r-- | popt/popt-1.7/intl.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/popt/popt-1.7/intl.patch b/popt/popt-1.7/intl.patch index e69de29bb2..a7becb1b1a 100644 --- a/popt/popt-1.7/intl.patch +++ b/popt/popt-1.7/intl.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- popt-1.7/Makefile.am~intl ++++ popt-1.7/Makefile.am +@@ -33,6 +33,7 @@ + + include_HEADERS = popt.h + lib_LTLIBRARIES = libpopt.la ++libpopt_la_LIBADD = $(LTLIBINTL) + libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c + + man_MANS = popt.3 |