ports/149860: [MAINTAINER] print/fontforge: Work properly with non-standard PREFIX

Naram Qashat cyberbotx at cyberbotx.com
Sat Aug 21 22:00:09 UTC 2010


>Number:         149860
>Category:       ports
>Synopsis:       [MAINTAINER] print/fontforge: Work properly with non-standard PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 21 22:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.1-RELEASE FreeBSD 8.1-RELEASE #2: Thu Aug 19 19:09:40 EDT 2010
>Description:
Work properly with non-standard PREFIX.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- fontforge-20100501_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile
--- /usr/ports/print/fontforge/Makefile	2010-08-18 08:31:21.000000000 -0400
+++ /kirby/shared/ports/fontforge/Makefile	2010-08-21 17:47:30.000000000 -0400
@@ -62,7 +62,7 @@
 
 CONFIGURE_ARGS=	${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC} \
 		--enable-pasteafter --enable-tilepath
-CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
--- fontforge-20100501_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list