1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

graphics/ocre: explicitly link libintl (taken from dports)

This commit is contained in:
John Marino 2014-02-05 21:16:37 +00:00
parent 62085b22c5
commit 48593172be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342857

View File

@ -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