-fPIC
This commit is contained in:
parent
4d504efa91
commit
6d3f8c5b93
13
net/gaim-icb/patches/patch-Makefile
Normal file
13
net/gaim-icb/patches/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2005/06/15 16:25:31 pvalchev Exp $
|
||||
--- Makefile.orig Wed Jun 15 09:18:04 2005
|
||||
+++ Makefile Wed Jun 15 09:37:51 2005
|
||||
@@ -1,7 +1,8 @@
|
||||
LOCALBASE?= /usr/local
|
||||
PREFIX?= ${LOCALBASE}
|
||||
|
||||
-CFLAGS+=`pkg-config gaim --cflags` \
|
||||
+CFLAGS+=-fPIC \
|
||||
+ `pkg-config gaim --cflags` \
|
||||
-I${LOCALBASE}/include \
|
||||
-DHAVE_CONFIG_H
|
||||
DATE= `date +%Y%m%d`
|
Loading…
Reference in New Issue
Block a user