summaryrefslogtreecommitdiff
path: root/math/ngraph/files
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-10-02 08:40:24 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-10-02 08:40:24 +0000
commit8ee09bfa62611edcb0931f43b23e7e7c421b9f20 (patch)
tree850f79c324c9bd8f81cb6e302a7f34a900f6d629 /math/ngraph/files
parentFix optional xfce ports on GCC architectures. (diff)
math/ngraph: Fix build
Fix build by not trying to link against libXp (since it is deprecated). Add missing xorg dependencies. remove broken MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=513557
Diffstat (limited to 'math/ngraph/files')
-rw-r--r--math/ngraph/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ngraph/files/patch-Makefile b/math/ngraph/files/patch-Makefile
index e91c8f5f2d7c..142885ac4b8c 100644
--- a/math/ngraph/files/patch-Makefile
+++ b/math/ngraph/files/patch-Makefile
@@ -67,7 +67,7 @@
+PLATFORM = '"for X11 [FreeBSD+Motif2.1]"'
+X11INCLUDE = -I${LOCALBASE}/include -I/usr/dt/include
+STATICLINK =
-+X11LIB = ${MOTIFLIB} -lm -L${LOCALBASE}/lib -lXext -lXt -lXp -lX11 -lICE -lSM
++X11LIB = ${MOTIFLIB} -lm -L${LOCALBASE}/lib -lXext -lXt -lX11 -lICE -lSM
#
###############################################################################