update Sun Mar 14 06:37:03 PDT 2010
[pkgsrc.git] / misc / xtide / patches / patch-ac
1 $NetBSD: patch-ac,v 1.5 2006/11/05 21:51:21 rillig Exp $
2
3 --- Makefile.in.orig    2004-12-20 15:15:05.000000000 +0100
4 +++ Makefile.in 2006-11-05 22:03:06.000000000 +0100
5 @@ -11,8 +11,8 @@ mandir=@mandir@
6  # DEFS should include -Dacceptarg3_t=int (replace with the correct data type)
7  CXX = @CXX@
8  CC = @CC@
9 -CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -Ilibtcd -I@xroot@/include @normalcxxflags@ -c
10 -LDFLAGS = @extraldflags@ -L@libdir@ -L@xlibdir@ @normalldflags@ -o
11 +CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -Ilibtcd -I@xroot@/include @normalcxxflags@ -DPREFIX='"${prefix}"' -DPKG_SYSCONFDIR='"@sysconfdir@"' -c
12 +LDFLAGS = @extraldflags@ -L@libdir@ -Wl,-R@libdir@ -L@xlibdir@ -Wl,-R@xlibdir@ @normalldflags@ -o
13  
14  # Extra switches and libs determined by configure.in
15  extraswitches=@extraswitches@