diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-20 03:12:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-20 03:12:52 +0800 |
commit | 76edc0ba5707931744595178b62863030583498d (patch) | |
tree | df7bee709577b07fb3a4a6bafe9be8df11fbf503 /japanese/xdtp/Makefile | |
parent | 0d395f9d2e1891b1cb30a3e1abad59e7bb091f2f (diff) | |
download | freebsd-ports-gnome-76edc0ba5707931744595178b62863030583498d.tar.gz freebsd-ports-gnome-76edc0ba5707931744595178b62863030583498d.tar.zst freebsd-ports-gnome-76edc0ba5707931744595178b62863030583498d.zip |
. compile with -fPIC, this fixes build on amd64
. bump PORTREVISION
Reported by: pointyhat via kris
Diffstat (limited to 'japanese/xdtp/Makefile')
-rw-r--r-- | japanese/xdtp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile index 7718c3106f9e..030d4cd2a3d9 100644 --- a/japanese/xdtp/Makefile +++ b/japanese/xdtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= xdtp PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/ DISTNAME= xdtp-${PORTVERSION} @@ -26,6 +27,8 @@ OPTIONS= GDK "Build with Gdk-Pixbuf" on \ DEBUG "Build with debug option" off \ INCLUDE "Install with XDTP include files" on +CFLAGS+= -fPIC + .include <bsd.port.pre.mk> .if defined(WITH_GDK) |