aboutsummaryrefslogtreecommitdiff
path: root/print/gnomeprint/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-01 11:24:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-01 11:24:03 +0000
commit377dc67fa9e603fe849e55f6729202c554f7b7eb (patch)
tree08481cfe5d5d143152ea24c0c045cd041aa3675e /print/gnomeprint/files
parent2b13a7e08ac29c03726c7d8540fb6e5892984ba7 (diff)
downloadports-377dc67fa9e603fe849e55f6729202c554f7b7eb.tar.gz
ports-377dc67fa9e603fe849e55f6729202c554f7b7eb.zip
Notes
Diffstat (limited to 'print/gnomeprint/files')
-rw-r--r--print/gnomeprint/files/patch-ltmain.sh25
-rw-r--r--print/gnomeprint/files/patch-po::Makefile.in.in23
2 files changed, 20 insertions, 28 deletions
diff --git a/print/gnomeprint/files/patch-ltmain.sh b/print/gnomeprint/files/patch-ltmain.sh
index 98cb05e4ddb3..13a95afca583 100644
--- a/print/gnomeprint/files/patch-ltmain.sh
+++ b/print/gnomeprint/files/patch-ltmain.sh
@@ -1,9 +1,24 @@
$FreeBSD$
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
+--- ltmain.sh.orig Sat Jan 26 02:53:27 2002
++++ ltmain.sh Tue Jan 29 09:13:29 2002
+@@ -1037,8 +1037,14 @@
+ continue
+ ;;
+
++ -pthread)
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -2416,6 +2422,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -12,8 +27,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
+ if test $build_libtool_need_lc = "yes"; then
+@@ -4183,10 +4192,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/print/gnomeprint/files/patch-po::Makefile.in.in b/print/gnomeprint/files/patch-po::Makefile.in.in
deleted file mode 100644
index 3c2510227fc6..000000000000
--- a/print/gnomeprint/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2001/10/05 11:35:53 1.1
-+++ po/Makefile.in.in 2001/10/05 11:36:35
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
-@@ -126,7 +126,7 @@
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
- done
- if test "$(PACKAGE)" = "gettext"; then \