patches/libgnomeprint-sun-01-add-libm.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 12292 9fea8698dbfd
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     1
--- libgnomeprint-sun-1.116.1/installer/Makefile.am.ori	2008-05-06 11:32:21.290910409 +0100
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     2
+++ libgnomeprint-sun-1.116.1/installer/Makefile.am	2008-05-06 11:34:57.128038044 +0100
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     3
@@ -18,7 +18,7 @@
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     4
 
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     5
 libgnomeprint_2_0_font_install_LDADD = \
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     6
 	$(LIBGNOMEPRINT_LIBS) \
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     7
-	$(INTLLIBS) -lpopt
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     8
+	$(INTLLIBS) -lpopt -lm
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
     9
 
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
    10
 EXTRA_DIST = README.installer
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents:
diff changeset
    11