diff options
author | arved <arved@FreeBSD.org> | 2004-01-31 08:35:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-31 08:35:33 +0800 |
commit | a7a9ff54f52589deceec9eb7a6f5bdeffe9a6340 (patch) | |
tree | 7fed865e1b5674b3483c9d98d21d629d4e999a03 /comms | |
parent | d9e0e08ba6a19ff88728c5ce6dd0845fce93ef91 (diff) | |
download | freebsd-ports-graphics-a7a9ff54f52589deceec9eb7a6f5bdeffe9a6340.tar.gz freebsd-ports-graphics-a7a9ff54f52589deceec9eb7a6f5bdeffe9a6340.tar.zst freebsd-ports-graphics-a7a9ff54f52589deceec9eb7a6f5bdeffe9a6340.zip |
Fix build on AMD64
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 0d441dfd51c..a82e1095a29 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ --with-xgnokiidir=${PREFIX}/share CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ - CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \ LIBS="-L../common -L${LOCALBASE}/lib" MAN1= gnokii.1 todologo.1 ppm2nokia.1 sendsms.1 |