repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
multimedia
/
xawtv
/
patches
/
patch-ab
blob
0f5845fc2b9659e1a97cc24a182f5981b3c94825
1
$NetBSD$
2
3
--- Makefile.in.orig 2004-04-22 14:52:29.000000000 +0000
4
+++ Makefile.in
5
@@ -84,7 +84,7 @@ CXXFLAGS := $(CFLAGS)
6
%.so : CXXFLAGS += -fPIC
7
8
# libraries
9
-LDLIBS := @LDLIBS@
10
+LDLIBS := @LDLIBS@ @LDFLAGS@
11
12
13
#########################################################