diff options
author | makc <makc@FreeBSD.org> | 2011-05-02 20:41:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-02 20:41:44 +0800 |
commit | 0b64cc46fcb88742b587914544bbd88f7a415203 (patch) | |
tree | a7df58377efb1036c4482ce6c23ae142b74a642e /sysutils/sge62 | |
parent | 87f4071a77c50f9179e0e89afd22f9b481c26864 (diff) | |
download | freebsd-ports-gnome-0b64cc46fcb88742b587914544bbd88f7a415203.tar.gz freebsd-ports-gnome-0b64cc46fcb88742b587914544bbd88f7a415203.tar.zst freebsd-ports-gnome-0b64cc46fcb88742b587914544bbd88f7a415203.zip |
Fix build with open-motif-2.3.3
PR: ports/154044
Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com>
Exp-runs by: pav
Diffstat (limited to 'sysutils/sge62')
-rw-r--r-- | sysutils/sge62/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sge62/files/patch-aimk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 9724461a035f..6253cfb634cc 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -7,7 +7,7 @@ PORTNAME= sge PORTVERSION= ${SGE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/197/:src \ ${MASTER_SITE_LOCAL:S/$/:src/} diff --git a/sysutils/sge62/files/patch-aimk b/sysutils/sge62/files/patch-aimk index 6b37ee31433b..16801a5c093e 100644 --- a/sysutils/sge62/files/patch-aimk +++ b/sysutils/sge62/files/patch-aimk @@ -24,7 +24,7 @@ $FreeBSD$ set DEPEND_FLAGS = "$CFLAGS $XMTINCD" set PTHRDSFLAGS = "-D_REENTRANT -D__USE_REENTRANT" - set CFLAGS = "$OFLAG -Wall -DFREEBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I/usr/X11R6/include" -+ set CFLAGS = "$OFLAG -Wall -DFREEBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I${LOCALBASE}/include -DNeedFunctionPrototypes -DNeedVarargsPrototypes" ++ set CFLAGS = "$OFLAG -Wall -DFREEBSD -D$BUILDARCH -DGETHOSTBYNAME_M -DGETHOSTBYADDR_M $DEBUG_FLAG $CFLAGS -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -DNeedFunctionPrototypes -DNeedVarargsPrototypes" set NOERR_CFLAG = "-Wno-error" set LFLAGS = "$DEBUG_FLAG $LFLAGS -export-dynamic" - set LIBS = "$LIBS -lkvm" |