diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 05:16:37 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 05:16:37 +0800 |
commit | 39d05d7e0fe51b18f778b9110454da1465dce781 (patch) | |
tree | 6950375c85ab7bdb698060f3e5a46e1d26ec6d9b | |
parent | d8d47ca55dcf65ffc0c976272bc273132e175a91 (diff) | |
download | freebsd-ports-gnome-39d05d7e0fe51b18f778b9110454da1465dce781.tar.gz freebsd-ports-gnome-39d05d7e0fe51b18f778b9110454da1465dce781.tar.zst freebsd-ports-gnome-39d05d7e0fe51b18f778b9110454da1465dce781.zip |
graphics/ocre: explicitly link libintl (taken from dports)
-rw-r--r-- | graphics/ocre/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ocre/files/patch-Makefile b/graphics/ocre/files/patch-Makefile new file mode 100644 index 000000000000..9f27ae1c584e --- /dev/null +++ b/graphics/ocre/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2010-02-27 00:12:09.000000000 +0000 ++++ Makefile +@@ -16,7 +16,7 @@ CFLAGS1= -g -Wall -Wno-uninitialized # + + CFLAGS = ${CFLAGS1} `pkg-config --cflags gtk+-$(VERS)` -Isrc -O2 + +-LDLIBS = `pkg-config --libs gtk+-$(VERS)` -lm -laspell ++LDLIBS = `pkg-config --libs gtk+-$(VERS)` -lm -laspell -lintl + + OBJS_DCSW = dcsw/entropydcsw.o dcsw/tabledcsw.o dcsw/treedcsw.o dcsw/dcsw.o dcsw/treesdcsw.o + |