Browse Source

transfig: fixed to remove generated Makefile so xmkmf will be run automatically

stable/0.2
Christian Wiese 14 years ago
parent
commit
4c653193ac
  1. 4
      graphic/transfig/transfig.conf

4
graphic/transfig/transfig.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../transfig/transfig.conf # Filename: package/.../transfig/transfig.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf # Copyright (C) 1998 - 2004 Clifford Wolf
# #
@ -13,6 +14,9 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# remove generated Makefile so xmkmf will be run automatically
hook_add preconf 5 'rm -f Makefile'
var_append makeopt " " "XFIGLIBDIR=$libdir/X11/xfig \ var_append makeopt " " "XFIGLIBDIR=$libdir/X11/xfig \
FIG2DEV_LIBDIR=$libdir/fig2dev" FIG2DEV_LIBDIR=$libdir/fig2dev"
makeinstopt="$makeopt" makeinstopt="$makeopt"

Loading…
Cancel
Save