fix for x11/wmxss on sparc64? please review

Bruce M Simpson bms at spc.org
Fri Jan 14 14:08:09 UTC 2005


? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/wmxss/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	12 Jan 2005 15:53:48 -0000	1.3
+++ Makefile	14 Jan 2005 14:07:40 -0000
@@ -18,6 +18,8 @@ USE_X_PREFIX=	yes
 USE_REINPLACE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src
 
+NOMAN=		defined
+
 post-extract:
 	@( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* )
 
Index: files/patch-Src::Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/wmxss/files/patch-Src::Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Src::Makefile
--- files/patch-Src::Makefile	3 Jun 2003 05:22:35 -0000	1.1
+++ files/patch-Src::Makefile	14 Jan 2005 14:07:40 -0000
@@ -24,7 +24,7 @@
 +LDADD+=	-lXpm -lX11 -lXext
 +LDADD+= -L${X11BASE}/lib
  
-+NOMAN=
++NOMAN=	defined
  
 -.c.o:
 -	$(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)



More information about the freebsd-ports-bugs mailing list