* [gentoo-commits] gentoo-x86 commit in www-apps/liquid_feedback_core/files: liquid_feedback_core-2.2.6-gentoo.patch
@ 2014-11-28 7:55 Alfredo Tupone (tupone)
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2014-11-28 7:55 UTC (permalink / raw
To: gentoo-commits
tupone 14/11/28 07:55:26
Added: liquid_feedback_core-2.2.6-gentoo.patch
Log:
Version bump to 2.2.6 needed by frontend 2.2.7
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path
1.1 www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch?rev=1.1&content-type=text/plain
Index: liquid_feedback_core-2.2.6-gentoo.patch
===================================================================
--- Makefile.old 2013-03-22 15:26:23.340764442 +0100
+++ Makefile 2013-03-22 15:36:50.838733773 +0100
@@ -1,16 +1,10 @@
all:: lf_update lf_update_suggestion_order
-lf_update: lf_update.c
- cc -Wall -O2 \
- -I "`pg_config --includedir`" \
- -L "`pg_config --libdir`" \
- -o lf_update lf_update.c -lpq
-
-lf_update_suggestion_order: lf_update_suggestion_order.c
- cc -Wall -O2 \
- -I "`pg_config --includedir`" \
- -L "`pg_config --libdir`" \
- -o lf_update_suggestion_order lf_update_suggestion_order.c -lpq
+CPPFLAGS=-I `pg_config --includedir`
+LDFLAGS=-L `pg_config --libdir`
+CFLAGS=-Wall -O2
+CC=cc
+LDLIBS=-lpq
clean::
rm -f lf_update lf_update_suggestion_order
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-28 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 7:55 [gentoo-commits] gentoo-x86 commit in www-apps/liquid_feedback_core/files: liquid_feedback_core-2.2.6-gentoo.patch Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox