View | Details | Raw Unified | Return to bug 124876
Collapse All | Expand All

(-)../libvisual/Makefile (-3 lines)
Lines 28-36 Link Here
28
28
29
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
29
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
30
CFLAGS+=	-mmmx
30
CFLAGS+=	-mmmx
31
PLIST_SUB+=	ARCH=""
32
.else
33
PLIST_SUB+=	ARCH="@comment"
34
.endif
31
.endif
35
32
36
post-patch:
33
post-patch:
(-)../libvisual/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
%%ARCH%%lib/libvisual.a
1
lib/libvisual.a
2
include/libvisual/libvisual.h
2
include/libvisual/libvisual.h
3
include/libvisual/lv_actor.h
3
include/libvisual/lv_actor.h
4
include/libvisual/lv_audio.h
4
include/libvisual/lv_audio.h

Return to bug 124876