aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linplasma
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-07-02 23:55:31 +0800
committerdanfe <danfe@FreeBSD.org>2007-07-02 23:55:31 +0800
commitf27e6a84f44f114c6ad8ca2a8ef7cad72dbab5a6 (patch)
tree3a072c3a582535ef6c0c10fd8684dd21db7b9a9a /graphics/linplasma
parent44877d8f77a73ee46b5a8cc09068d26c19774c13 (diff)
downloadfreebsd-ports-gnome-f27e6a84f44f114c6ad8ca2a8ef7cad72dbab5a6.tar.gz
freebsd-ports-gnome-f27e6a84f44f114c6ad8ca2a8ef7cad72dbab5a6.tar.zst
freebsd-ports-gnome-f27e6a84f44f114c6ad8ca2a8ef7cad72dbab5a6.zip
- Fix the build with GCC 4.2 [1]
- Reindent Makefile header - Remove attribution from pkg-descr Reported by: pointyhat (logs) [1]
Diffstat (limited to 'graphics/linplasma')
-rw-r--r--graphics/linplasma/Makefile7
-rw-r--r--graphics/linplasma/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile
index 53a6813d43ce..266a422d9144 100644
--- a/graphics/linplasma/Makefile
+++ b/graphics/linplasma/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: linplasma
+# New ports collection makefile for: LinPlasma
# Date created: 2000-10-22
-# Whom: trevor
+# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
# $FreeBSD$
#
@@ -26,6 +26,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s:PI:M_PI:g" ${WRKSRC}/linplasma.c
+ @${REINPLACE_CMD} -e \
+ "s:(int)palptr = (int:palptr = (unsigned char *:" \
+ ${WRKSRC}/linplasma.c
pre-install:
${ECHO_CMD} "bin/linplasma" > ${PLIST}
diff --git a/graphics/linplasma/pkg-descr b/graphics/linplasma/pkg-descr
index ffb432da305b..51dc6c799cdb 100644
--- a/graphics/linplasma/pkg-descr
+++ b/graphics/linplasma/pkg-descr
@@ -1,5 +1,3 @@
This program is a display hack for SVGAlib.
To exit the program, press "any" key.
-
-Trevor Johnson